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>
This commit is contained in:
Alex Bennée
2025-08-04 17:29:59 +01:00
committed by Stefan Hajnoczi
parent 30f830fa88
commit b2a9482207

View File

@@ -21,5 +21,3 @@ python:
install:
- requirements: docs/requirements.txt
# We want all the document formats
formats: all