Commit graph

5 commits

Author SHA1 Message Date
Paul Holzinger
94c259b685
add note about the readthedocs go version requirement
The versions should be kept in sync to avoid build errors on readthedocs
later, so add a note to remind people to update them.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2026-06-29 12:02:53 +02:00
Paul Holzinger
c2ffe88ce0
build the swagger.yml on readthedocs
One problem with the swagger upload is we need an extra bucket and then
we need our own custom version schema and selector on the website. If we
can just embed the swagger.yml as part of the official build we can get
rid of all of that and have a much simpler way as the regular
readthedocs version selector will work.

We also no longer need to maintain an extra bucket upload and no longer
need to update the version list which was forgotten all the time.

Fixes: #28827

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2026-06-23 19:10:34 +02:00
Paul Holzinger
8dee14e304
readthedocs: update build env
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2026-06-23 19:09:30 +02:00
Paul Holzinger
b9fed4fcf2
readthedocs: build extra formats
Make our docs available in extra formats to download, ref
https://docs.readthedocs.io/en/stable/config-file/v2.html#formats

Fixes: #24354

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-10-29 17:30:29 +01:00
Brent Baude
ca518888e7 [CI:DOCS]rtd: implement v2 build file
readthedocs has moved to a new build configuration and our builds are
failing because we have exceeded the grace time.  this pr puts in
compliance with their build system and should allow automatic builds of
our documentation to resume

Signed-off-by: Brent Baude <bbaude@redhat.com>
2023-10-11 14:35:32 -05:00