Skip to content

Commit 3ce3dcc

Browse files
committed
docs versions
1 parent 276fc05 commit 3ce3dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ optional-dependencies.doc = [
7373
"ipython",
7474
"myst-nb>=1.1",
7575
"setuptools",
76-
"sphinx>=8.1",
76+
"sphinx>=8.1,<9", # pinned <9 until sphinx-tabs supports Sphinx 9
7777
"sphinx-autodoc-typehints",
7878
"sphinx-book-theme>=1",
7979
"sphinx-copybutton",
80-
"sphinx-tabs",
80+
"sphinx-tabs>=3.4.5",
8181
"sphinxcontrib-bibtex>=1",
8282
"sphinxext-opengraph",
8383
"pre-commit",

0 commit comments

Comments
 (0)