All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: John Snow <jsnow@redhat.com>
Cc: qemu-devel@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Kohei Tokunaga" <ktokunaga.mail@gmail.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Michael Roth" <michael.roth@amd.com>,
	"Markus Armbruster" <armbru@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Mauro Carvalho Chehab" <mchehab+huawei@kernel.org>,
	"Cleber Rosa" <crosa@redhat.com>,
	"Pierrick Bouvier" <pierrick.bouvier@oss.qualcomm.com>,
	"Philippe Mathieu-Daudé" <philmd@mailo.com>
Subject: Re: [PATCH 10/12] sphinx: require sphinx 7.2.6
Date: Mon, 24 Aug 2026 14:16:46 +0100	[thread overview]
Message-ID: <aoxEPn9w_DZBwVMY@redhat.com> (raw)
In-Reply-To: <20260824052859.880475-11-jsnow@redhat.com>

On Mon, Aug 24, 2026 at 01:28:56AM -0400, John Snow wrote:
> Make the extraordinary leap from Sphinx 3.4.3 to Sphinx
> 7.2.6. Simplifications and cleanup will follow in subsequent patches.

Does this have any implications on what platforms we build docs
on ? If so, mention any notable impacted platforms in the commit
message.

> 
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  docs/conf.py             |  4 ++--
>  python/setup.cfg         |  2 +-
>  python/tests/minreqs.txt | 29 ++++++++++++++++-------------
>  pythondeps.toml          |  4 ++--
>  4 files changed, 21 insertions(+), 18 deletions(-)
> 
> diff --git a/docs/conf.py b/docs/conf.py
> index 7e35d2158d3..cded047b539 100644
> --- a/docs/conf.py
> +++ b/docs/conf.py
> @@ -51,9 +51,9 @@
>  
>  # If your documentation needs a minimal Sphinx version, state it here.
>  #
> -# 3.4.3 is the oldest version of Sphinx that ships on a platform we
> +# 7.2.6 is the oldest version of Sphinx that ships on a platform we
>  # pledge build support for.
> -needs_sphinx = '3.4.3'
> +needs_sphinx = '7.2.6'
>  
>  # Add any Sphinx extension module names here, as strings. They can be
>  # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
> diff --git a/python/setup.cfg b/python/setup.cfg
> index ebb4230899c..927f72a46f6 100644
> --- a/python/setup.cfg
> +++ b/python/setup.cfg
> @@ -41,7 +41,7 @@ devel =
>      pylint >= 2.17.3
>      pytest >= 6.2.4
>      tox >= 3.18.0
> -    sphinx >= 3.4.3
> +    sphinx >= 7.2.6
>  
>  # Provides qom-fuse functionality
>  fuse =
> diff --git a/python/tests/minreqs.txt b/python/tests/minreqs.txt
> index 85cfa08cf76..7154ad40040 100644
> --- a/python/tests/minreqs.txt
> +++ b/python/tests/minreqs.txt
> @@ -12,7 +12,7 @@
>  # on PyPI that allows the test suite to pass.
>  
>  # Dependencies for qapidoc/qapi_domain et al
> -sphinx==3.4.3
> +sphinx==7.2.6
>  
>  # Dependencies for qemu.machine
>  qemu.qmp==0.0.6
> @@ -48,23 +48,26 @@ platformdirs==2.2.0
>  tomlkit==0.10.1
>  
>  # Transitive sphinx dependencies
> -Jinja2==2.7
> -MarkupSafe==1.1.0
>  alabaster==0.7.1
> -babel==1.3
> -docutils==0.12
> -imagesize==0.5.0
> -packaging==14.0
> -Pygments==2.0
> -pytz==2014.9
> -requests==2.5.0
> -snowballstemmer==1.1
> +babel==2.9
> +certifi==2023.5.7
> +charset-normalizer==2.0.0
> +docutils==0.18.1
> +idna==2.5
> +imagesize==1.3
> +Jinja2==3.0.0
> +MarkupSafe==2.0
> +packaging==21.0
> +Pygments==2.14
> +requests==2.25.0
> +snowballstemmer==2.0
>  sphinxcontrib-applehelp==1.0.0
>  sphinxcontrib-devhelp==1.0.0
> -sphinxcontrib-htmlhelp==1.0.0
> +sphinxcontrib-htmlhelp==2.0.0
>  sphinxcontrib-jsmath==1.0.0
>  sphinxcontrib-qthelp==1.0.0
> -sphinxcontrib-serializinghtml==1.0.0
> +sphinxcontrib-serializinghtml==1.1.9
> +urllib3==1.26
>  
>  # Transitive pytest dependencies
>  attrs==19.2.0
> diff --git a/pythondeps.toml b/pythondeps.toml
> index b1879c1a4da..f0f3af915a1 100644
> --- a/pythondeps.toml
> +++ b/pythondeps.toml
> @@ -28,8 +28,8 @@ meson = { accepted = ">=1.12.0", installed = "1.12.0", canary = "meson" }
>  
>  [docs]
>  # Please keep the installed versions in sync with docs/requirements.txt
> -sphinx = { accepted = ">=3.4.3", installed = "6.2.1", canary = "sphinx-build" }
> -sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.2.2" }
> +sphinx = { accepted = ">=7.2.6", installed = "7.2.6", canary = "sphinx-build" }
> +sphinx_rtd_theme = { accepted = ">=1.2.2", installed = "1.2.2" }
>  
>  # This test group is for dependencies required to run various tooling
>  # and tests that should always be installed at configure time. It should
> -- 
> 2.55.0
> 
> 

With regards,
Daniel
-- 
|: https://berrange.com       ~~        https://hachyderm.io/@berrange :|
|: https://libvirt.org          ~~          https://entangle-photo.org :|
|: https://pixelfed.art/berrange   ~~    https://fstop138.berrange.com :|



  parent reply	other threads:[~2026-08-24 13:17 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-24  5:28 [PATCH 00/12] python: require python3.12+ John Snow
2026-08-24  5:28 ` [PATCH 01/12] tests: re-add opencv2 and numpy dependencies John Snow
2026-08-24  7:16   ` Philippe Mathieu-Daudé
2026-08-24  7:38   ` marcandre.lureau
2026-08-24  5:28 ` [PATCH 02/12] tests: add Python3.12 to centos9.docker John Snow
2026-08-24  7:38   ` marcandre.lureau
2026-08-24  8:17     ` Paolo Bonzini
2026-08-24 13:09       ` John Snow
2026-08-24 13:14         ` Daniel P. Berrangé
2026-08-24  5:28 ` [PATCH 03/12] tests: update emsdk-wasm64-cross John Snow
2026-08-24  7:38   ` marcandre.lureau
2026-08-25  4:16     ` Kohei Tokunaga
2026-08-24  5:28 ` [PATCH 04/12] qapi: update type hint for types_seen John Snow
2026-08-24  7:17   ` Philippe Mathieu-Daudé
2026-08-24  7:38   ` marcandre.lureau
2026-08-24  8:05   ` Markus Armbruster
2026-08-24  5:28 ` [PATCH 05/12] python: upgrade to Python3.12+ John Snow
2026-08-24  7:38   ` marcandre.lureau
2026-08-24  8:21   ` Paolo Bonzini
2026-08-24  5:28 ` [PATCH 06/12] python: fix license configuration John Snow
2026-08-24  7:38   ` marcandre.lureau
2026-08-24  5:28 ` [PATCH 07/12] python: allow mypy to run as the current python version John Snow
2026-08-24  7:15   ` Philippe Mathieu-Daudé
2026-08-24  7:38   ` marcandre.lureau
2026-08-24  5:28 ` [PATCH 08/12] python: remove distutils workarounds John Snow
2026-08-24  7:38   ` marcandre.lureau
2026-08-24  5:28 ` [PATCH 09/12] python: remove stale setup.cfg options John Snow
2026-08-24  7:38   ` marcandre.lureau
2026-08-24  5:28 ` [PATCH 10/12] sphinx: require sphinx 7.2.6 John Snow
2026-08-24  7:38   ` marcandre.lureau
2026-08-24 13:16   ` Daniel P. Berrangé [this message]
2026-08-24 13:21     ` John Snow
2026-08-24  5:28 ` [PATCH 11/12] sphinx: drop fakedbusdoc John Snow
2026-08-24  7:38   ` marcandre.lureau
2026-08-24  5:28 ` [PATCH 12/12] sphinx: drop qapidoc back-compat overboiled spaghetti dinner John Snow
2026-08-24  7:38   ` marcandre.lureau
2026-08-24  9:39   ` Markus Armbruster
2026-08-24 14:34     ` John Snow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aoxEPn9w_DZBwVMY@redhat.com \
    --to=berrange@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=armbru@redhat.com \
    --cc=crosa@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=ktokunaga.mail@gmail.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=mchehab+huawei@kernel.org \
    --cc=michael.roth@amd.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@mailo.com \
    --cc=pierrick.bouvier@oss.qualcomm.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.