We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9209e5b commit 01dffedCopy full SHA for 01dffed
.readthedocs.yml
@@ -5,15 +5,12 @@ build:
5
os: ubuntu-22.04
6
tools:
7
python: "3.13"
8
+ jobs:
9
+ post_install:
10
+ - pip install uv
11
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --all-extras --group docs --link-mode=copy
12
13
sphinx:
14
configuration: docs/conf.py
15
fail_on_warning: false
16
builder: html
-
-python:
- install:
- - method: pip
17
- path: .
18
- extra_requirements:
19
- - docs
0 commit comments