We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d622fe commit 3760a87Copy full SHA for 3760a87
.travis.yml
@@ -101,7 +101,8 @@ script:
101
# gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -s --processes=$NPROC --process-timeout=300 $TEST_ARGS
102
gdb -return-child-result -batch -ex r -ex bt --args python setup.py test --nocapture --nose-verbose --processes=8 --process-timeout=300 $TEST_ARGS
103
else
104
- python doc/make.py html --small --warningsaserrors
+ cd doc
105
+ python make.py html --small --warningsaserrors
106
# We don't build the LaTeX docs here, so linkchecker will complain
107
touch build/html/Matplotlib.pdf
108
linkchecker build/html/index.html
0 commit comments