Browse Source

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>
pull/304/head
Alex Bennée 8 months ago
committed by Stefan Hajnoczi
parent
commit
b2a9482207
  1. 2
      .readthedocs.yml

2
.readthedocs.yml

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

Loading…
Cancel
Save