2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Merge branch 'tkrizek-update-sphinx-rtd-theme' into 'main'

Update sphinx_rtd_theme

See merge request isc-projects/bind9!8246
This commit is contained in:
Tom Krizek 2023-08-29 08:07:34 +00:00
commit 7029f7df45
2 changed files with 3 additions and 3 deletions

View 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

View File

@ -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"