We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb893b1 commit 0919145Copy full SHA for 0919145
pyproject.toml
@@ -57,7 +57,8 @@ doc = [
57
"linkify-it-py", # for link shortening
58
"rich",
59
"sphinxext-rediraffe",
60
- "sphinx-sitemap",
+ # TODO: unpin sphinx-sitemap once a solution is offered for https://github.com/jdillard/sphinx-sitemap/issues/109
61
+ "sphinx-sitemap<2.7.0",
62
"sphinx-autoapi>=3.0.0",
63
# For examples section
64
"myst-parser",
0 commit comments