qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] docs: Bump sphinx to 6.2.1
@ 2025-05-10  6:16 Akihiko Odaki
  2025-05-10  6:16 ` [PATCH 1/3] " Akihiko Odaki
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Akihiko Odaki @ 2025-05-10  6:16 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel; +Cc: devel, John Snow, Akihiko Odaki

Supersedes: <20250505-sphinx82-v1-0-85f2418b33b1@daynix.com>
("[PATCH 0/2] docs: Bump sphinx to 8.2.3")

sphinx 5.3.0 fails with Python 3.13.1:

../docs/meson.build:37: WARNING: /home/me/qemu/build/pyvenv/bin/sphinx-build:
Extension error:
Could not import extension sphinx.builders.epub3 (exception: No module named 'imghdr')

../docs/meson.build:39:6: ERROR: Problem encountered: Install a Python 3 version of python-sphinx and the readthedoc theme

Bump sphinx to 6.2.1 and also sphinx_rtd_theme as required for the new
sphinx version.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
Akihiko Odaki (3):
      docs: Bump sphinx to 6.2.1
      docs: Require sphinx>=6.2
      MAINTAINERS: Add docs/requirements.txt

 MAINTAINERS                |   1 +
 docs/requirements.txt      |   4 +-
 docs/sphinx/compat.py      | 230 ---------------------------------------------
 docs/sphinx/qapi_domain.py |  33 +++----
 pythondeps.toml            |   4 +-
 5 files changed, 20 insertions(+), 252 deletions(-)
---
base-commit: 1da8f3a3c53b604edfe0d55e475102640490549e
change-id: 20250508-sphinx72-400c521af710

Best regards,
-- 
Akihiko Odaki <akihiko.odaki@daynix.com>



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

end of thread, other threads:[~2025-06-04 22:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-10  6:16 [PATCH 0/3] docs: Bump sphinx to 6.2.1 Akihiko Odaki
2025-05-10  6:16 ` [PATCH 1/3] " Akihiko Odaki
2025-05-10  6:16 ` [PATCH 2/3] docs: Require sphinx>=6.2 Akihiko Odaki
2025-05-10  6:16 ` [PATCH 3/3] MAINTAINERS: Add docs/requirements.txt Akihiko Odaki
2025-05-15 11:53 ` [PATCH 0/3] docs: Bump sphinx to 6.2.1 Markus Armbruster
2025-05-19 17:47 ` John Snow
2025-06-04 22:06   ` John Snow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).