jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/808417 )
Change subject: [doc] do not use sphinx 5.0.0-5.0.2 ...................................................................... [doc] do not use sphinx 5.0.0-5.0.2 see: https://github.com/sphinx-doc/sphinx/issues/10594 Change-Id: I20a9cac918a8d9c0ea197ae6e994dbde304674b7 --- M docs/conf.py M docs/requirements-py3.txt 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/docs/conf.py b/docs/conf.py index 5d80ec2..b42b661 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ # If your documentation needs a minimal Sphinx version, state it here. # -needs_sphinx = '4.1' +needs_sphinx = '4.5' # 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-py3.txt b/docs/requirements-py3.txt index 37333c5..c213a4a 100644 --- a/docs/requirements-py3.txt +++ b/docs/requirements-py3.txt @@ -1,4 +1,4 @@ # This is a PIP requirements file for building Sphinx documentation of pywikibot # requirements.txt is also needed -sphinx >= 4.5.0,!=5.0.0,!=5.0.1 \ No newline at end of file +sphinx >= 4.5.0,!=5.0.0,!=5.0.1,!=5.0.2 \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/808417 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I20a9cac918a8d9c0ea197ae6e994dbde304674b7 Gerrit-Change-Number: 808417 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
