mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 03:11:56 -05:00
Pin Sphinx related package versions to match ReadTheDocs and our CI
This seems to be most appropriate way to ensure consistency between
release tarballs and public presentation on ReadTheDocs.
Previous attempt with removing docutils constraint, which relied on pip
depedency solver to pick the same packages as in CI was flawed. RTD
installs a bit different set of packages so it was inherently
unreliable.
As a result RTD pulled in sphinx-rtd-theme==0.4.3 while CI
had 1.0.0, and this inconsistency caused Table of Contents in Release
Notes to render incorrectly. Previous solution was to downgrade
docutils to < 0.17, but I think we should rather pin exact versions.
For the long history of messing with versions read also
isc-projects/bind9@2a8eda0084
isc-projects/images@d4435b97be
isc-projects/bind9@6a2daddf5b
(cherry picked from commit 6088ba3837)
This commit is contained in:
parent
fafa477c91
commit
cf44faf6ae
1 changed files with 5 additions and 1 deletions
|
|
@ -1 +1,5 @@
|
|||
Sphinx>=2
|
||||
# Make Read the Docs use the exact same package versions as in
|
||||
# registry.gitlab.isc.org/isc-projects/images/bind9:debian-bullseye-amd64
|
||||
Sphinx==4.5.0
|
||||
docutils==0.17.1
|
||||
sphinx_rtd_theme==1.0.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue