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...
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