Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[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(-)

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 change 816325. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I093fd53261b982e6b8843e12453f867b8add067e
Gerrit-Change-Number: 816325
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged