From: Larry Hastings Date: Mon, 9 Sep 2019 13:39:36 +0000 (+0100) Subject: Sphinx 1.8 is now preferred for building 3.5 docs. X-Git-Tag: v3.5.8rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4452cdcb79fdade13c00eabe63304efa4da1c3ad;p=thirdparty%2FPython%2Fcpython.git Sphinx 1.8 is now preferred for building 3.5 docs. --- diff --git a/Doc/conf.py b/Doc/conf.py index f7073d116a48..a5be21afaa5d 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -33,8 +33,8 @@ today_fmt = '%B %d, %Y' # By default, highlight as Python 3. highlight_language = 'python3' -# Require Sphinx 1.2 for build. -needs_sphinx = '1.2' +# Require Sphinx 1.8 for build. +needs_sphinx = '1.8' # Ignore any .rst files in the venv/ directory. venvdir = os.getenv('VENVDIR', 'venv')