Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1224751?usp=email )
Change subject: doc: Fall back to Sphinx 8.2.3 to enable online documentation again ...................................................................... doc: Fall back to Sphinx 8.2.3 to enable online documentation again Bug: T413563 Change-Id: I6a5b68ba65436f97d4e158fb22e3f39ae860b61e --- M docs/conf.py M docs/requirements.txt 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/docs/conf.py b/docs/conf.py index ff6d4be..24effa5 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 = '9.1.0' +needs_sphinx = '8.2.3' # 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 e03a460..8863b4f 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 >= 9.1.0 +sphinx == 8.2.3 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/+/1224751?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: I6a5b68ba65436f97d4e158fb22e3f39ae860b61e Gerrit-Change-Number: 1224751 Gerrit-PatchSet: 1 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]
