Skip to content

Commit

Permalink
Build documentation from directory level of setup.py, so the eggs of …
Browse files Browse the repository at this point in the history
…mock can be found
  • Loading branch information
HolgerPeters committed May 28, 2015
1 parent 8c4c488 commit 3d622fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ script:
# gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -s --processes=$NPROC --process-timeout=300 $TEST_ARGS
gdb -return-child-result -batch -ex r -ex bt --args python setup.py test --nocapture --nose-verbose --processes=8 --process-timeout=300 $TEST_ARGS
else
cd doc
python make.py html --small --warningsaserrors
python doc/make.py html --small --warningsaserrors
# We don't build the LaTeX docs here, so linkchecker will complain
touch build/html/Matplotlib.pdf
linkchecker build/html/index.html
Expand Down

0 comments on commit 3d622fe

Please sign in to comment.