Skip to content

Commit 8d1707f

Browse files
committed
pin sphinx < 8.2
1 parent fbcef05 commit 8d1707f

File tree

3 files changed

+15
-29
lines changed

3 files changed

+15
-29
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ build:
1313
- pixi install -e docs
1414
build:
1515
html:
16-
- pixi run -e docs sphinx-build -T -b html doc $READTHEDOCS_OUTPUT/html
16+
- pixi run -e docs doc --site-dir $READTHEDOCS_OUTPUT/html

pixi.lock

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ sphinx-gallery = "*"
6565
sphinx-design = "*"
6666
sphinxcontrib-plantuml = "*"
6767
jupyterlite-sphinx = "*"
68+
sphinx = ">=5.1,<8.2"
6869

6970
[tool.pixi.feature.docs.pypi-dependencies]
7071
jupyterlite-xeus = "*"

0 commit comments

Comments
 (0)