mirror of
https://github.com/python/cpython.git
synced 2025-10-01 04:42:10 +00:00
Treat Sphinx warnings as errors (GH-832) (GH-834)
* Treat Sphinx warnings as errors (GH-832)
(cherry picked from commit 334e9ec938
)
* Remove unused suspicious rules
This commit is contained in:
parent
d2fc782410
commit
abc68484b2
2 changed files with 1 additions and 3 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
|
||||||
|
|
|
@ -324,6 +324,4 @@ whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1')
|
||||||
whatsnew/3.5,,:root,ERROR:root:exception
|
whatsnew/3.5,,:root,ERROR:root:exception
|
||||||
whatsnew/3.5,,:exception,ERROR:root:exception
|
whatsnew/3.5,,:exception,ERROR:root:exception
|
||||||
whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
|
whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
|
||||||
whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
|
|
||||||
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
|
|
||||||
whatsnew/changelog,,`,"for readability (was ""`"")."
|
whatsnew/changelog,,`,"for readability (was ""`"")."
|
||||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue