Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d622fe

Browse files
committed
Build documentation from directory level of setup.py, so the eggs of mock can be found
1 parent 8c4c488 commit 3d622fe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ 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-
cd doc
105-
python make.py html --small --warningsaserrors
104+
python doc/make.py html --small --warningsaserrors
106105
# We don't build the LaTeX docs here, so linkchecker will complain
107106
touch build/html/Matplotlib.pdf
108107
linkchecker build/html/index.html

0 commit comments

Comments
 (0)