Skip to content

Commit a4a667d

Browse files
committed
MAINT: correct build requires sphinx 1.5
Sphinx 1.6 breaks the math_dollar extension.
1 parent 8c3512d commit a4a667d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Requirements for building docs
22
-r requirements.txt
3-
sphinx
3+
# Sphinx >= 1.6 breaks the math_dollar extension
4+
sphinx<=1.5.6
45
numpydoc
56
texext
67
matplotlib>=1.3

0 commit comments

Comments
 (0)