]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: doc: Read the Docs should always source requirements.txt from "main"
authorMichal Nowak <mnowak@isc.org>
Thu, 17 Oct 2024 10:47:11 +0000 (10:47 +0000)
committerMichal Nowak <mnowak@isc.org>
Thu, 17 Oct 2024 10:47:11 +0000 (10:47 +0000)
HTTP URI of doc/arm/requirements.txt on the "main" branch is the source
of PyPI packages in CI base image. To make it consistent in all
maintained CI branches on RTD, use the HTTP URI as well.

This change is non-material on the "main" branch, but ensures the right
packages on stable branches where for RTD we currently leverage outdated
packages because we failed to update doc/arm/requirements.txt there.

Merge branch 'mnowak/rtd-always-resource-requirements-txt-from-main' into 'main'

See merge request isc-projects/bind9!9630


Trivial merge