Skip to content

Commit 0d5f110

Browse files
authored
Don't treat warnings as error in Travis docs job (#7)
bpo-29527.
1 parent 79ab8be commit 0d5f110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ matrix:
3333
- cd Doc
3434
- make venv PYTHON=python3
3535
script:
36-
- make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-nW -q -b linkcheck"
36+
- make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-n -q -b linkcheck"
3737
- os: linux
3838
language: c
3939
compiler: clang

0 commit comments

Comments
 (0)