Commit 0d5f1106 authored by Victor Stinner's avatar Victor Stinner Committed by GitHub

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

bpo-29527.
parent 79ab8be0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment