mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
Treat Sphinx warnings as errors (GH-832)
This commit is contained in:
parent
0579e81f30
commit
334e9ec938
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ matrix:
|
||||||
- cd Doc
|
- cd Doc
|
||||||
- make venv
|
- make venv
|
||||||
script:
|
script:
|
||||||
- make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q"
|
- make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q -W"
|
||||||
- os: linux
|
- os: linux
|
||||||
language: c
|
language: c
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue