Skip to content

Commit 26953a4

Browse files
committed
Make doc Makefile more robust to OSX Mayavi issues
1 parent ba0d935 commit 26953a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line.
55
SPHINXOPTS =
6-
SPHINXBUILD = sphinx-build
6+
SPHINXBUILD = python `which sphinx-build`
77
PAPER =
88
BUILDDIR = _build
99

0 commit comments

Comments
 (0)