]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: doc: Revert "Add Sphinx 9.1.0"
authorMichal Nowak <mnowak@isc.org>
Thu, 2 Apr 2026 09:46:44 +0000 (11:46 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 2 Apr 2026 09:46:44 +0000 (11:46 +0200)
commit5eda8a2543070a143cca39a53a1ea2fd9344a4dd
treec67e9f00a255a4164043e77bf7a47146680de563
parent91d3c659d3d509949eaa17bae600cdd875837025
parentaef329b18d5b8c3250f0eaadcf0784856f92d5e4
chg: doc: Revert "Add Sphinx 9.1.0"

This reverts commit a31a4c2d2d818030a2f2513d18361ef1e2be72b7.

ReadTheDocs will not work with this version:

    python -m pip install -r https://gitlab.isc.org/isc-projects/bind9/-/raw/main/doc/arm/requirements.txt
    ERROR: Ignored the following yanked versions: 8.3.0
    ERROR: Ignored the following versions that require a different python version: 9.1.0 Requires-Python >=3.12; 9.1.0rc1 Requires-Python >=3.12; 9.1.0rc2 Requires-Python >=3.12
    ERROR: Could not find a version that satisfies the requirement Sphinx==9.1.0 (from versions: 0.1.61611, ..., 9.0.4)
    ERROR: No matching distribution found for Sphinx==9.1.0

Merge branch 'mnowak/revert-sphinx-9.1.0' into 'main'

See merge request isc-projects/bind9!11793