From: Andoni Duarte Date: Thu, 22 Jan 2026 18:40:33 +0000 (+0000) Subject: fix: ci: Read the Docs picking old version when stable tag is updated X-Git-Tag: v9.21.18~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fafe59c745490f30dcba9b4d65eba72149222ad9;p=thirdparty%2Fbind9.git 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 --- fafe59c745490f30dcba9b4d65eba72149222ad9