]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
.readthedocs.yml: Always build latest doc/releases pages 47442/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 30 Jun 2022 19:37:58 +0000 (15:37 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 3 Aug 2022 17:27:12 +0000 (13:27 -0400)
commit5b31d2f9f8896d3acf3eb2744f851f5d1b47ece0
tree4e04710fb9dc2677c40f3a98e1065f5a0618bbfb
parentdff484dfc9e19a9819f375586300b3b79d80034d
.readthedocs.yml: Always build latest doc/releases pages

We don't backport PRs merged into doc/releases.  Therefore, when one browses to an older Ceph release version on docs.ceph.com (e.g., https://docs.ceph.com/en/pacific/), the information is out of date at best.

The doc/releases page is only accurate if browsing https://docs.ceph.com/en/latest/, for example.

So this post_checkout command will make sure we've checked out doc/releases from main before building and publishing.

Signed-off-by: David Galloway <dgallowa@redhat.com>
(cherry picked from commit 055fe1f825b0629b7685d6d3d4d629ffc37a2d7c)
.readthedocs.yml
admin/rtd-checkout-main [new file with mode: 0755]