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 1b864f9 commit bd577b9Copy full SHA for bd577b9
.readthedocs.yaml
@@ -15,4 +15,4 @@ build:
15
- asdf global uv latest
16
- uv venv
17
- uv pip install .[docs]
18
- - .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
+ - . .venv/bin/activate && sphinx-build -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
0 commit comments