Skip to content

Commit

Permalink
force sphinx version for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Car committed Apr 18, 2020
1 parent 32fb33c commit 8c81df0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
# '/_static/api/': [r'rdflib\.'],
# }


# The suffix of source filenames.
source_suffix = ".rst"

Expand All @@ -69,6 +68,7 @@
# |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):
Expand Down Expand Up @@ -238,3 +238,5 @@ def find_version(filename):
}

html_experimental_html5_writer = True

needs_sphinx = "2.4"

0 comments on commit 8c81df0

Please sign in to comment.