Skip to content

Commit 04d0c03

Browse files
committed
deps: Attempt to fix rtd build
1 parent 144366d commit 04d0c03

File tree

3 files changed

+33
-12
lines changed

3 files changed

+33
-12
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+
- UV_PROJECT_ENVIRONMENT=$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'",

uv.lock

Lines changed: 32 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)