From aa67d4632964b838a5523be40ebc1a1c46d17dbc Mon Sep 17 00:00:00 2001 From: Stephen Thompson Date: Tue, 5 Jan 2021 12:23:03 +0000 Subject: [PATCH] Issue #37 removed needs sphinx from conf.py --- doc/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index c805ea6..0dead19 100755 --- a/doc/conf.py +++ b/doc/conf.py @@ -86,7 +86,6 @@ def setup(app): # If your documentation needs a minimal Sphinx version, state it here. # # needs_sphinx = '1.0' -needs_sphinx < '3.4.2' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom