]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
.readthedocs.yml: Always build latest doc/releases pages 46917/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 30 Jun 2022 19:37:58 +0000 (15:37 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 20 Jul 2022 16:14:32 +0000 (12:14 -0400)
commit055fe1f825b0629b7685d6d3d4d629ffc37a2d7c
treee47066ae0aa562f61e1a3256f065a93320840953
parent3ddd517362a2165b8309f1ba756d76e3daa27234
.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>
.readthedocs.yml
admin/rtd-checkout-main [new file with mode: 0755]