Skip to content

Commit 3358ddf

Browse files
author
Martin Gallo
committed
Match Sphinx version with the one used by RTD
1 parent c128874 commit 3358ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ def run(self):
9494
install_requires=open('requirements.txt').read().splitlines(),
9595

9696
# Optional requirements for docs and some examples
97-
extras_require={"docs": "Sphinx==1.4.8",
97+
extras_require={"docs": "Sphinx==1.3.5",
9898
"examples": open('requirements-optional.txt').read().splitlines()},
9999
)

0 commit comments

Comments
 (0)