Skip to content

Commit 06decfe

Browse files
committed
deps: Attempt to fix rtd build
1 parent 144366d commit 06decfe

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
2522
sphinx:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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'",

0 commit comments

Comments
 (0)