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 d55af70 commit 20ad4daCopy full SHA for 20ad4da
.readthedocs.yaml
@@ -14,16 +14,14 @@ build:
14
pre_install:
15
- curl -LsSf https://astral.sh/uv/install.sh | sh
16
- uv python install 3.11
17
- - source $HOME/.local/bin/env
18
post_install:
+ - source $HOME/.local/bin/env
19
- uv sync --all-extras --group devel
20
pre_build:
21
22
- uv run make -C docs html
23
24
# Build documentation in the docs/ directory with Sphinx
25
sphinx:
26
configuration: docs/conf.py
27
-#python:
28
-# install:
29
-# - requirements: docs/requirements.txt
0 commit comments