Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ CHANGES

Unreleased
----------

- Pin ``sphinx-sitemap`` extension to <2.7.0 temporarily as that introduce build
warnings (see https://github.com/crate/crate-docs/pull/115).
- CrateDB Cloud: Removed special handling for the ``feature/index`` page as it
no longer exists.
- Updated left navbar TOC to only show titles of pages, but not "subsections" or
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"sphinx-copybutton>=0.3.1,<1",
"sphinx-design-elements==0.4.0",
"sphinx-inline-tabs",
"sphinx-sitemap>=2.6,<3",
"sphinx-sitemap<2.7.0", #temporarily pinned due to build warnings with 2.7.0
"sphinx-subfigure<1",
"sphinx-togglebutton<1",
"sphinxext.opengraph>=0.4,<1",
Expand Down
Loading