Don't treat warnings as error in Travis docs job (#7)

bpo-29527.
This commit is contained in:
Victor Stinner 2017-02-11 01:26:07 +01:00 committed by GitHub
parent 79ab8be05f
commit 0d5f11061a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ matrix:
- cd Doc
- make venv PYTHON=python3
script:
- make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-nW -q -b linkcheck"
- make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-n -q -b linkcheck"
- os: linux
language: c
compiler: clang