summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 6fe4ea70..76f893fb 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,7 +51,6 @@ templates_path = ["_templates"]
# '/_static/api/': [r'rdflib\.'],
# }
-
# The suffix of source filenames.
source_suffix = ".rst"
@@ -69,6 +68,7 @@ copyright = u"2009 - 2020, RDFLib Team"
# |version| and |release|, also used in various other places throughout the
# built documents.
+
# Find version. We have to do this because we can't import it in Python 3 until
# its been automatically converted in the setup process.
def find_version(filename):
@@ -238,3 +238,5 @@ intersphinx_mapping = {
}
html_experimental_html5_writer = True
+
+needs_sphinx = "2.4"