Skip to content

Commit 4e5dd5b

Browse files
author
Bas van Beek
committed
DOC: Remove the upper version pin of Sphinx
1 parent a2bb1d4 commit 4e5dd5b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docs/conf.py

-5
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@
5959
autodoc_typehints = 'signature'
6060

6161

62-
# Output is processed with HTML4 writer.
63-
# Default is False.
64-
html4_writer = True
65-
66-
6762
# Add any Sphinx extension module names here, as strings.
6863
# They can be extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
6964
extensions = [

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Requirements for building the documentation
2020
docs_require = [
21-
'sphinx>=2.4,<3.1',
21+
'sphinx>=2.4',
2222
'sphinx_rtd_theme'
2323
]
2424

0 commit comments

Comments
 (0)