We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f48c9 commit ba1edd7Copy full SHA for ba1edd7
2 files changed
CHANGES.rst
@@ -5,7 +5,8 @@ CHANGES
5
6
Unreleased
7
----------
8
-
+- Pin ``sphinx-sitemap`` extension to <2.7.0 temporarily as that introduce build
9
+warnings (see https://github.com/crate/crate-docs/pull/115).
10
- CrateDB Cloud: Removed special handling for the ``feature/index`` page as it
11
no longer exists.
12
- Updated left navbar TOC to only show titles of pages, but not "subsections" or
setup.py
@@ -70,7 +70,7 @@
70
"sphinx-copybutton>=0.3.1,<1",
71
"sphinx-design-elements==0.4.0",
72
"sphinx-inline-tabs",
73
- "sphinx-sitemap>=2.6,<3",
+ "sphinx-sitemap<2.7.0", #temporarily pinned due to build warnings with 2.7.0
74
"sphinx-subfigure<1",
75
"sphinx-togglebutton<1",
76
"sphinxext.opengraph>=0.4,<1",
0 commit comments