]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: ci: Read the Docs picking old version when stable tag is updated
authorAndoni Duarte <andoni@isc.org>
Thu, 22 Jan 2026 19:17:49 +0000 (19:17 +0000)
committerAndoni Duarte <andoni@isc.org>
Thu, 22 Jan 2026 19:17:49 +0000 (19:17 +0000)
commit80b2e494144da961637ffa55733bd8a22dab76bc
tree5667e455cee73799eb20070ca75d2385b9849b50
parent384ed04b8434fc66aef4ba56c6e7e1f09b3bd796
parentaaed53517133adc4202cc19f1cf087a3cff2816b
[9.20] 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.

Backport of MR !11475

Merge branch 'backport-andoni/fix-rtd-picking-old-version-when-stable-branch-update-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11476