Skip to content

Commit 0919145

Browse files
authored
Pin Sphinx Sitemap extension (#2227)
An alternative to #2225, addresses sphinx-sitemap issue 109: - jdillard/sphinx-sitemap#109
1 parent cb893b1 commit 0919145

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ doc = [
5757
"linkify-it-py", # for link shortening
5858
"rich",
5959
"sphinxext-rediraffe",
60-
"sphinx-sitemap",
60+
# TODO: unpin sphinx-sitemap once a solution is offered for https://github.com/jdillard/sphinx-sitemap/issues/109
61+
"sphinx-sitemap<2.7.0",
6162
"sphinx-autoapi>=3.0.0",
6263
# For examples section
6364
"myst-parser",

0 commit comments

Comments
 (0)