]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: ci: Read the Docs picking old version when stable tag is updated
authorAndoni Duarte <andoni@isc.org>
Thu, 22 Jan 2026 18:40:33 +0000 (18:40 +0000)
committerAndoni Duarte <andoni@isc.org>
Thu, 22 Jan 2026 18:40:33 +0000 (18:40 +0000)
commitfafe59c745490f30dcba9b4d65eba72149222ad9
treefd09ec64fd9dd6b8ad53630d44697b34a9326842
parent878ae0acd486f4ac07f46e67225a9a4ce5c21b39
parent168b15cfd9c8d9a8562e596f78bb971e84c686f4
fix: ci: Read the Docs picking old version when stable tag is updated

Read the Docs fails to pick the latest version when updating the `stable` tag, i.e. a build is triggered but it takes the previous version of it. This is a known bug in RtD: https://github.com/readthedocs/readthedocs.org/issues/10838.

The only approach that seems to solve this on our end, is to wait some time and trigger the build again so that it picks the latest version of the tag.

Merge branch 'andoni/fix-rtd-picking-old-version-when-stable-branch-update' into 'main'

See merge request isc-projects/bind9!11475