We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2bb1d4 commit 4e5dd5bCopy full SHA for 4e5dd5b
docs/conf.py
@@ -59,11 +59,6 @@
59
autodoc_typehints = 'signature'
60
61
62
-# Output is processed with HTML4 writer.
63
-# Default is False.
64
-html4_writer = True
65
-
66
67
# Add any Sphinx extension module names here, as strings.
68
# They can be extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
69
extensions = [
setup.py
@@ -18,7 +18,7 @@
18
19
# Requirements for building the documentation
20
docs_require = [
21
- 'sphinx>=2.4,<3.1',
+ 'sphinx>=2.4',
22
'sphinx_rtd_theme'
23
]
24
0 commit comments