jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/687414 )
Change subject: Do not use sphinx 4.0 ......................................................................
Do not use sphinx 4.0
Change-Id: I71596ac7216fae04c58ca45295cf8b25b5446f38 Signed-off-by: Xqt info@gno.de --- M docs/requirements-py3.txt 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/docs/requirements-py3.txt b/docs/requirements-py3.txt index 4d9bfe4..d455bf2 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 >= 1.8, != 3.1.0, != 3.5.0 \ No newline at end of file +sphinx >= 1.8, != 3.1.0, != 3.5.0, != 4.0.0 \ No newline at end of file
pywikibot-commits@lists.wikimedia.org