File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ build:
1616 - asdf plugin add uv
1717 - asdf install uv latest
1818 - asdf global uv latest
19- - uv sync --all-extras --frozen
20-
21- post_install :
22- - uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
19+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv sync --no-project --all-extras --frozen
2320
2421# Build documentation in the docs/ directory with Sphinx
2522sphinx :
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ dev = [
4545 " Sphinx; python_version >'3.8'" ,
4646 " sphinx-gallery; python_version >'3.8'" ,
4747 " myst-parser; python_version >'3.8'" ,
48- " sphinx-gallery; python_version >'3.8'" ,
4948 " pillow; python_version >'3.8'" ,
5049 " sphinx-autobuild; python_version >'3.8'" ,
5150 " furo >=2024.5.6; python_version >'3.8'" ,
You can’t perform that action at this time.
0 commit comments