diff --git a/.readthedocs.yml b/.readthedocs.yml index 45b9fa033..faaa3d308 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,8 +3,10 @@ build: os: ubuntu-22.04 tools: python: "3.12" + jobs: + post_create_environment: + - pip install uv + post_install: + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install .[docs] sphinx: configuration: docs/conf.py -python: - install: - - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index e9704b8eb..000000000 --- a/docs/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -.[docs]