2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Fix mismatch between docutils version in CI and ReadTheDocs

Currently our CI images we use to build docs (which subsequently get
into release tarballs) are using docutils 0.17.1, which is latest version
which fulfills Sphinx 4.5.0 requirement for docutils < 0.18.

The old requirement for docutils < 0.17 was causing discrepancy between
the way we build release artifacts and the docs on ReadTheDocs.org which
uses doc/arm/requirements.txt from our repo.

Remove the limit for RDT with hope that it will pull latest permissible
version of docutils.

For the long history of messing with docutils version read also
isc-projects/images@d4435b97be
isc-projects/bind9@6a2daddf5b
This commit is contained in:
Petr Špaček 2022-04-26 14:28:11 +02:00
parent 31f1eab8be
commit 2a8eda0084
No known key found for this signature in database
GPG Key ID: ABD587CDF06581AE

View File

@ -1,2 +1 @@
Sphinx>=2
docutils<0.17