Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1221596?usp=email )
Change subject: Revert^2 "doc: Update Sphinx" ...................................................................... Revert^2 "doc: Update Sphinx" This reverts commit f8cdd39089e0e55dbd94272486de279298a91d7f. Reason for revert: autodoc_use_legacy_class_based is set Bug: T413563 Change-Id: Ib3c7cfc0fd5b2ee687fae4062d19d25f30bc1b7d --- M docs/conf.py M docs/requirements.txt 2 files changed, 4 insertions(+), 4 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/docs/conf.py b/docs/conf.py index 8cb3ee8..f8b17b7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ # If your documentation needs a minimal Sphinx version, state it here. # -needs_sphinx = '8.2.3' +needs_sphinx = '9.0.4' # 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 40ec37e..ea3fcc2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,9 +1,9 @@ # 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 +# Note: Python 3.11 is required for sphinx 8.2+ +sphinx >= 9.0.4 rstcheck >=6.2.5 sphinxext-opengraph >= 0.13.0 sphinx-copybutton >= 0.5.2 sphinx-tabs >= 3.4.7 -furo >= 2025.9.25 +furo >= 2025.12.19 -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1221596?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: Ib3c7cfc0fd5b2ee687fae4062d19d25f30bc1b7d Gerrit-Change-Number: 1221596 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
