From 5688883ae840b431d1cf6bee4d01a7f3e1950ace Mon Sep 17 00:00:00 2001 From: xqt Date: Sun, 26 Jun 2022 11:41:30 +0200 Subject: [PATCH] [doc] do not use sphinx 5.0.0-5.0.2 see: https://github.com/sphinx-doc/sphinx/issues/10594 Change-Id: I20a9cac918a8d9c0ea197ae6e994dbde304674b7 --- docs/conf.py | 2 +- docs/requirements-py3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5d80ec2848..b42b6617ec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ # If your documentation needs a minimal Sphinx version, state it here. # -needs_sphinx = '4.1' +needs_sphinx = '4.5' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom diff --git a/docs/requirements-py3.txt b/docs/requirements-py3.txt index 37333c5d56..c213a4adba 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 \ No newline at end of file +sphinx >= 4.5.0,!=5.0.0,!=5.0.1,!=5.0.2 \ No newline at end of file