attempt to fix ReadTheDocs build issue

This commit is contained in:
Irmen de Jong
2021-11-07 00:37:31 +01:00
parent 136280100c
commit 793596614e
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ def setup(app):
# If your documentation needs a minimal Sphinx version, state it here.
#
needs_sphinx = '4.2.0'
needs_sphinx = '4.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom