From 1f8f1edcdf89e249c106bd426983dcaf69bc4da4 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 6 Jan 2021 17:46:01 +0100 Subject: [PATCH] Doc: Bump Sphinx min-version (needed as we use :no-trim-doctest-flags:). --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index 6b88c23a44473f..8ec3098d2350fa 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -45,7 +45,7 @@ highlight_language = 'python3' # Minimum version of sphinx required -needs_sphinx = '1.8' +needs_sphinx = "3.2" # Ignore any .rst files in the venv/ directory. exclude_patterns = ['venv/*', 'README.rst']