8000 Disable warnings as errors when building docs · matplotlib/matplotlib@3c30e96 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c30e96

Browse files
committed
Disable warnings as errors when building docs
Temorary solution to get docs building with Sphinx 1.3
1 parent e4019d7 commit 3c30e96

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
@@ -63,7 +63,7 @@ script:
6363
gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 $TEST_ARGS
6464
else
6565
cd doc
66-
python make.py html --small --warningsaserrors
66+
python make.py html --small
6767
# We don't build the LaTeX docs here, so linkchecker will complain
6868
touch build/html/Matplotlib.pdf
6969
linkchecker build/html/index.html

0 commit comments

Comments
 (0)
0