Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1249046?usp=email )
Change subject: [doc] Retry using Sphinx 9 after sphinx-tabs was updated ...................................................................... [doc] Retry using Sphinx 9 after sphinx-tabs was updated Update requirements to use Sphinx 9.1 Bug: T413563 Change-Id: If7fea02e3e41f607497b02a95a379d65e8805eee --- M docs/conf.py M docs/requirements.txt 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/docs/conf.py b/docs/conf.py index 23fd247..60a610c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ # If your documentation needs a minimal Sphinx version, state it here. # -needs_sphinx = '8.2.3' +needs_sphinx = '9.1.0' # 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 943d236..9f14aee 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ # This is a PIP requirements file for building Sphinx documentation of Pywikibot # ../requirements.txt is also needed. # Note: Python 3.11 is required for sphinx 8.2+ -sphinx == 8.2.3 +sphinx >= 9.1.0 rstcheck >=6.2.5 sphinxext-opengraph >= 0.13.0 sphinx-copybutton >= 0.5.2 -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1249046?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: If7fea02e3e41f607497b02a95a379d65e8805eee Gerrit-Change-Number: 1249046 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]>
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
