Skip to content

Commit 63656a4

Browse files
committed
DOC: Disable build against Sphinx 1.5.0.
Every single builtin extension does not declare whether it is parallel read safe, causing our warnings-as-errors build to fail no matter what.
1 parent c2015e1 commit 63656a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Install the documentation requirements with:
77
# pip install -r doc-requirements.txt
88
#
9-
sphinx>1.0
9+
sphinx>1.0,!=1.5.0
1010
numpydoc
1111
ipython
1212
mock

0 commit comments

Comments
 (0)