8000 Build full html docs on travis · matplotlib/matplotlib@8e04efa · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e04efa

Browse files
committed
Build full html docs on travis
1 parent b710f54 commit 8e04efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ script:
141141
gdb -return-child-result -batch -ex r -ex bt --args python tests.py -s --processes=$NPROC --process-timeout=300 $TEST_ARGS
142142
else
143143
cd doc
144-
python make.py html --small
144+
python make.py html
145145
# We don't build the LaTeX docs here, so linkchecker will complain
146146
touch build/html/Matplotlib.pdf
147147
linkchecker build/html/index.html

0 commit comments

Comments
 (0)
0