From 310292cf58d4213c24b647218e6fa6273b6230c4 Mon Sep 17 00:00:00 2001 From: Robert Winkler Date: Tue, 1 Dec 2020 16:43:33 +0100 Subject: [PATCH] docs: Force Sphinx version higher or equal to 3.0 Signed-off-by: Robert Winkler --- docs/conf.py | 2 +- docs/requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d9ac409e..d302154a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,7 +39,7 @@ from markdown_code_symlinks import LinkParser, MarkdownSymlinksDomain # If your documentation needs a minimal Sphinx version, state it here. # -# needs_sphinx = '1.0' +needs_sphinx = '3.0' # 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.txt b/docs/requirements.txt index 05e7456d..622ee486 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,8 +1,7 @@ sphinx_materialdesign_theme docutils -# Disabling direct sphinx because of https://github.com/pypa/pip/issues/9031 -# sphinx +sphinx>=3.0 sphinx-autobuild breathe