jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1079615?usp=email )
Change subject: [doc] Update sphinx requirements ......................................................................
[doc] Update sphinx requirements
Change-Id: Ia28786b08e156608267985680c8036b928eec6a3 --- M docs/conf.py M docs/requirements.txt 2 files changed, 4 insertions(+), 4 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/docs/conf.py b/docs/conf.py index 9e40c20..89c4abf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@
# If your documentation needs a minimal Sphinx version, state it here. # -needs_sphinx = '8.0.2' +needs_sphinx = '8.1.1'
# 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/docs/requirements.txt b/docs/requirements.txt index faa90f8..d64337a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,11 +1,11 @@ # This is a PIP requirements file for building Sphinx documentation of Pywikibot # ../requirements.txt is also needed. # Note: Python 3.9 is required for sphinx 7.2 -sphinx >= 8.0.2 +sphinx >= 8.1.1 rstcheck >=6.2.4 sphinxext-opengraph >= 0.9.1 sphinx-copybutton >= 0.5.2 sphinx-notfound-page >= 1.0.4 -sphinx-tabs >= 3.4.5 -tomli; python_version < '3.11' +sphinx-tabs >= 3.4.7 +tomli >= 2.02; python_version < '3.11' furo >= 2024.8.6
pywikibot-commits@lists.wikimedia.org