There was an error while loading. Please reload this page.
1 parent c492649 commit 215ddadCopy full SHA for 215ddad
1 file changed
pyproject.toml
@@ -77,12 +77,16 @@ docs = [
77
"lxml-html-clean",
78
"markdown",
79
"mpltern",
80
- "nbsphinx",
+ # Floors below are the versions that work with Sphinx 9, which removed
81
+ # sphinx.ext.autosummary.get_documenter. Without them pip is free to pair a
82
+ # current Sphinx with an extension that cannot import it, and the build
83
+ # dies with "Extension error (sphinx_automodapi.automodsumm)".
84
+ "nbsphinx>=0.9.8", # 0.9.7 declares sphinx<8.2
85
"sphinx",
86
"sphinx-autoapi",
- "sphinx-automodapi",
87
+ "sphinx-automodapi>=0.22", # 0.19 imports the removed get_documenter
88
"sphinx-copybutton",
- "sphinx-design",
89
+ "sphinx-design>=0.7", # 0.6.1 declares sphinx<9
90
"sphinx-gallery",
91
"shibuya",
92
"sphinx-sitemap",
0 commit comments