qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Docs: bump sphinx version to 6.2.1
@ 2025-06-06 20:50 John Snow
  2025-06-06 20:50 ` [PATCH 1/4] python: update requirements for Sphinx John Snow
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: John Snow @ 2025-06-06 20:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: John Snow, Peter Maydell, Akihiko Odaki, Cleber Rosa

This is a re-send of Akihiko Odaki's series, rebased and altered to cope
with the new QAPI static analysis tests now running on GitLab CI.

Changes in this "v1":

 - Update python static analysis testing configuration to work with the
   new Sphinx minimum version
 - Small adjustments to qapi_domain.py in light of upstream changes to
   keep new CI tests passing.
   (Thank you for deleting compat.py, Odaki-san!)
 - Make the minimum versions for sphinx and sphinx-rtd-theme more
   explicit, including the patch version number; thiis is *required* for
   Debian platforms which ship sphinx-rtd-theme 1.2.1 and will fail to
   build docs otherwise.

Akihiko Odaki (3):
  docs: Bump sphinx to 6.2.1
  docs: Require sphinx>=6.2
  MAINTAINERS: Add docs/requirements.txt

John Snow (1):
  python: update requirements for Sphinx

 MAINTAINERS                |   1 +
 docs/requirements.txt      |   4 +-
 docs/sphinx/compat.py      | 230 -------------------------------------
 docs/sphinx/qapi_domain.py |  38 +++---
 python/setup.cfg           |   2 +-
 python/tests/minreqs.txt   |  36 +++---
 python/tests/qapi-isort.sh |   4 +-
 pythondeps.toml            |   4 +-
 8 files changed, 46 insertions(+), 273 deletions(-)
 delete mode 100644 docs/sphinx/compat.py

-- 
2.48.1




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

end of thread, other threads:[~2025-06-24  6:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-06 20:50 [PATCH 0/4] Docs: bump sphinx version to 6.2.1 John Snow
2025-06-06 20:50 ` [PATCH 1/4] python: update requirements for Sphinx John Snow
2025-06-08  5:26   ` Akihiko Odaki
2025-06-09 19:07     ` John Snow
2025-06-06 20:50 ` [PATCH 2/4] docs: Bump sphinx to 6.2.1 John Snow
2025-06-06 20:50 ` [PATCH 3/4] docs: Require sphinx>=6.2 John Snow
2025-06-06 20:50 ` [PATCH 4/4] MAINTAINERS: Add docs/requirements.txt John Snow
2025-06-11 17:01 ` [PATCH 0/4] Docs: bump sphinx version to 6.2.1 John Snow
2025-06-24  6:26 ` Markus Armbruster

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).