All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH] readthedocs: don't build extra formats
@ 2025-08-04 16:29 Alex Bennée
  2025-08-05  7:11 ` Daniel P. Berrangé
  2025-08-12 23:38 ` Stefan Hajnoczi
  0 siblings, 2 replies; 6+ messages in thread
From: Alex Bennée @ 2025-08-04 16:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

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>
---
 .readthedocs.yml | 2 --
 1 file changed, 2 deletions(-)

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



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-08-12 23:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-04 16:29 [RFC PATCH] readthedocs: don't build extra formats Alex Bennée
2025-08-05  7:11 ` Daniel P. Berrangé
2025-08-05  9:04   ` Alex Bennée
2025-08-05  9:54     ` Daniel P. Berrangé
2025-08-05 10:54       ` Alex Bennée
2025-08-12 23:38 ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.