diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2025-08-04 17:29:59 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2025-08-12 14:59:50 -0400 |
commit | b2a948220763b0d5184285a6b72d7eb13d51aad2 (patch) | |
tree | 60ef528ea7262a4eff37e17ecf84de474dc71352 | |
parent | 30f830fa887ad3756419a7e92b3d22b29a7ac43f (diff) | |
download | qemu-b2a948220763b0d5184285a6b72d7eb13d51aad2.zip qemu-b2a948220763b0d5184285a6b72d7eb13d51aad2.tar.gz qemu-b2a948220763b0d5184285a6b72d7eb13d51aad2.tar.bz2 |
readthedocs: don't build extra formats
We don't build the PDFs ourselves for the hosted docs and it looks
like rtd can't manage building PDFs now they have gone over a certain
size. Disable the extra formats so we can at least have the online
stuff again.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250804162959.330060-1-alex.bennee@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r-- | .readthedocs.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 0b26246..639f628 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -21,5 +21,3 @@ python: install: - requirements: docs/requirements.txt -# We want all the document formats -formats: all |