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 ccf0bed commit 487e5daCopy full SHA for 487e5da
.readthedocs.yml
@@ -24,5 +24,5 @@ build:
24
- asdf install uv latest
25
- asdf global uv latest
26
- uv venv $READTHEDOCS_VIRTUALENV_PATH
27
- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install .[docs,rdf,pandas,xml,aws,yaml,pydantic,requests,cli]
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install --group docs .[docs,rdf,pandas,xml,aws,yaml,pydantic,requests,cli]
28
- python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html
0 commit comments