]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix mismatch between docutils version in CI and ReadTheDocs
authorPetr Špaček <pspacek@isc.org>
Tue, 26 Apr 2022 12:28:11 +0000 (14:28 +0200)
committerPetr Špaček <pspacek@isc.org>
Tue, 26 Apr 2022 12:28:11 +0000 (14:28 +0200)
commit2a8eda0084fbdd34af8071fe586c8ed50af87f11
treecee32c5ca976384f0d235a0c01ad63a4ca930d15
parent31f1eab8bef1c009830469e52cf4accf356eef0b
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@d4435b97be70c2a3a6f8b570ef0dcb616c3dc4ae
isc-projects/bind9@6a2daddf5b95375668945801f636c8335e300fb5
doc/arm/requirements.txt