jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/801701 )
Change subject: [doc] Don't use Sphinx 5.0 ......................................................................
[doc] Don't use Sphinx 5.0
There are problems with parameters which are shown with double colons.
Change-Id: Ic90b40ed78903ae6714472c5429aa7a1220f4f54 --- 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 3a80334..afbaa42 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.1.0 \ No newline at end of file +sphinx >= 4.1.0,!=5.0.0 \ No newline at end of file