mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +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
|
||||
- make venv
|
||||
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
|
||||
language: c
|
||||
compiler: clang
|
||||
|
|
|
@ -324,6 +324,4 @@ whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1')
|
|||
whatsnew/3.5,,:root,ERROR:root:exception
|
||||
whatsnew/3.5,,:exception,ERROR:root:exception
|
||||
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 ""`"")."
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue