From 35c3e03ed4e0c4bdf7930f06e649bf82af94ed01 Mon Sep 17 00:00:00 2001 From: Brian Munkholm Date: Tue, 24 Jun 2025 21:00:53 +0200 Subject: [PATCH] pin sphinx-sitemap extension due to build warnings --- CHANGES.rst | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ebba3646..f3af6808 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/setup.py b/setup.py index bfbd948b..26eb19ed 100644 --- a/setup.py +++ b/setup.py @@ -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",