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 91047f9 commit 5c133bcCopy full SHA for 5c133bc
.readthedocs.yaml
@@ -14,11 +14,11 @@ build:
14
pre_install:
15
# - curl -LsSf https://astral.sh/uv/install.sh | sh
16
- pip install uv
17
- - uv python install 3.11
+ - uv export --only-group docs --no-hashes --no-color > requirements-docs.txt
18
post_install:
19
- - uv sync --all-extras --group devel
+ - pip install -r requirements-docs.txt
20
pre_build:
21
- - uv run make -C docs html
+ - make -C docs html
22
23
# Build documentation in the docs/ directory with Sphinx
24
sphinx:
0 commit comments