Xqt submitted this change.

View Change

Approvals: jenkins-bot: Verified Xqt: Verified; Looks good to me, approved
[sphinx] Do not use sphinx 5.2

sphinx 5.2 shows any module classes, methods and functions
in the side bar which shouldn't. 5.1.1 only displays the
headers.

Change-Id: Id5d429e8d2244e4b170d9c394d22b1f0c0dac85e
---
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 53d9a1f..ca73c35 100644
--- a/docs/requirements-py3.txt
+++ b/docs/requirements-py3.txt
@@ -1,5 +1,5 @@
# This is a PIP requirements file for building Sphinx documentation of pywikibot
# requirements.txt is also needed

-sphinx >= 5.1.1
+sphinx >= 5.1.1, != 5.2.0, != 5.2.1, != 5.2.2, != 5.2.3
rstcheck >=3.5.0
\ No newline at end of file

To view, visit change 838198. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id5d429e8d2244e4b170d9c394d22b1f0c0dac85e
Gerrit-Change-Number: 838198
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged