From 92143fa9607b6163329b111ea1484b5638a6f977 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Thu, 24 Aug 2023 17:10:27 +0200 Subject: [PATCH] Update sphinx_rtd_theme To resolve the version select and search issue on readthedocs.org, sphinx_rtd_theme>=1.2.1 is required. Related https://github.com/readthedocs/sphinx_rtd_theme/issues/1452 --- doc/arm/requirements.txt | 4 ++-- util/release-tarball-comparison.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/arm/requirements.txt b/doc/arm/requirements.txt index b1b322dff5..4dd6796ea4 100644 --- a/doc/arm/requirements.txt +++ b/doc/arm/requirements.txt @@ -1,5 +1,5 @@ # Make Read the Docs use the exact same package versions as in # registry.gitlab.isc.org/isc-projects/images/bind9:debian-bookworm-amd64 -Sphinx==6.1.3 +Sphinx==6.2.1 docutils==0.18.1 -sphinx_rtd_theme==1.2.0 +sphinx_rtd_theme==1.2.2 diff --git a/util/release-tarball-comparison.sh b/util/release-tarball-comparison.sh index 6d515b53a2..cca8d28834 100755 --- a/util/release-tarball-comparison.sh +++ b/util/release-tarball-comparison.sh @@ -65,7 +65,7 @@ run_in_container "apt-get update && \ run_in_container "apt-get -y install --no-install-recommends python3-pip && \ rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED && \ - pip3 install docutils==0.18.1 sphinx-rtd-theme==1.2.0 sphinx==6.1.3" + pip3 install docutils==0.18.1 sphinx-rtd-theme==1.2.2 sphinx==6.2.1" # Retrieve the release-ready BIND 9 tarball. docker cp "${BIND_TARBALL}" "${CONTAINER_ID}:/usr/src"