Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/816325 )
Change subject: [DOC] use sphinx==4.5 ...................................................................... [DOC] use sphinx==4.5 Sphinx 5.1 leads to Extension error (sphinx.ext.napoleon): Handler for event 'autodoc-process-docstring' threw an exception (exception: pop from an empty deque) https://integration.wikimedia.org/ci/job/pywikibot-core-tox-doc-docker/19696/console Change-Id: I093fd53261b982e6b8843e12453f867b8add067e --- M docs/requirements-py3.txt 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/docs/requirements-py3.txt b/docs/requirements-py3.txt index c213a4a..7c9fd27 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,!=5.0.2 \ No newline at end of file +sphinx == 4.5.0 \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/816325 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: I093fd53261b982e6b8843e12453f867b8add067e Gerrit-Change-Number: 816325 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
