]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update sphinx_rtd_theme
authorTom Krizek <tkrizek@isc.org>
Thu, 24 Aug 2023 15:10:27 +0000 (17:10 +0200)
committerTom Krizek <tkrizek@isc.org>
Tue, 29 Aug 2023 08:07:05 +0000 (10:07 +0200)
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
util/release-tarball-comparison.sh

index b1b322dff56f1f6d8436d81e7781cbdba5890dab..4dd6796ea416fc219b94b21121c05c9294c59cdc 100644 (file)
@@ -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
index 6d515b53a2d12f16aa7f066ff22a4d9aaf6dd4c8..cca8d288340de0db3edf71c12b792e3dc9c9e2cc 100755 (executable)
@@ -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"