On Mon, Aug 4, 2025 at 2:29 PM Alex Bennée <alex.ben...@linaro.org> wrote: > > 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.ben...@linaro.org> > --- > .readthedocs.yml | 2 -- > 1 file changed, 2 deletions(-)
Applied for QEMU v10.1.0-rc3. Thanks! Stefan > > 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 > -- > 2.47.2 > >