Skip to content

Commit 3760a87

Browse files
committed
Revert "Build documentation from directory level of setup.py, so the eggs of mock can be found"
This reverts commit 3d622fe.
1 parent 3d622fe commit 3760a87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ script:
101101
# gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -s --processes=$NPROC --process-timeout=300 $TEST_ARGS
102102
gdb -return-child-result -batch -ex r -ex bt --args python setup.py test --nocapture --nose-verbose --processes=8 --process-timeout=300 $TEST_ARGS
103103
else
104-
python doc/make.py html --small --warningsaserrors
104+
cd doc
105+
python make.py html --small --warningsaserrors
105106
# We don't build the LaTeX docs here, so linkchecker will complain
106107
touch build/html/Matplotlib.pdf
107108
linkchecker build/html/index.html

0 commit comments

Comments
 (0)