From: Alex Bennée Date: Mon, 4 Aug 2025 16:29:59 +0000 (+0100) Subject: readthedocs: don't build extra formats X-Git-Tag: v10.1.0-rc3~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2a948220763b0d5184285a6b72d7eb13d51aad2;p=thirdparty%2Fqemu.git 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 Reviewed-by: Daniel P. Berrangé Message-ID: <20250804162959.330060-1-alex.bennee@linaro.org> Signed-off-by: Stefan Hajnoczi --- diff --git a/.readthedocs.yml b/.readthedocs.yml index 0b262469ce6..639f628612c 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