jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/664052 )
Change subject: [tests] exclude Sphinx 3.5.0 ...................................................................... [tests] exclude Sphinx 3.5.0 Bug: T274730 Change-Id: Idc1ac8e51608161ecd4bd9ee2ba7f9c5190c42ab --- M docs/requirements-py3.txt 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Matěj Suchánek: Looks good to me, approved jenkins-bot: Verified diff --git a/docs/requirements-py3.txt b/docs/requirements-py3.txt index 3799161..939b930 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 >= 1.8, != 3.1.0 +sphinx >= 1.8, != 3.1.0, != 3.5.0 sphinx-epytext >= 0.0.4 \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/664052 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: Idc1ac8e51608161ecd4bd9ee2ba7f9c5190c42ab Gerrit-Change-Number: 664052 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Matěj Suchánek <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
