We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276fc05 commit 3ce3dccCopy full SHA for 3ce3dcc
pyproject.toml
@@ -73,11 +73,11 @@ optional-dependencies.doc = [
73
"ipython",
74
"myst-nb>=1.1",
75
"setuptools",
76
- "sphinx>=8.1",
+ "sphinx>=8.1,<9", # pinned <9 until sphinx-tabs supports Sphinx 9
77
"sphinx-autodoc-typehints",
78
"sphinx-book-theme>=1",
79
"sphinx-copybutton",
80
- "sphinx-tabs",
+ "sphinx-tabs>=3.4.5",
81
"sphinxcontrib-bibtex>=1",
82
"sphinxext-opengraph",
83
"pre-commit",
0 commit comments