summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@csiro.au>2020-04-18 14:38:15 +1000
committerNicholas Car <nicholas.car@csiro.au>2020-04-18 14:38:15 +1000
commit8c81df03e6cba46025b08e2dd2df6992ac196290 (patch)
treeb71c6877aba540f9e933e0665c8e176373051ef7
parent32fb33c32a24eed7decf27904fa882cb6bcb1f11 (diff)
downloadrdflib-5.0.0.tar.gz
force sphinx version for readthedocs5.0.0
-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"