Skip to content

Commit

Permalink
Disable warnings as errors when building docs
Browse files Browse the repository at this point in the history
Temorary solution to get docs building with Sphinx 1.3
  • Loading branch information
jenshnielsen committed Mar 12, 2015
1 parent e4019d7 commit 3c30e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -63,7 +63,7 @@ script:
gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 $TEST_ARGS
else
cd doc
python make.py html --small --warningsaserrors
python make.py html --small
# 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 3c30e96

Please sign in to comment.