diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-03-27 03:53:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-27 03:53:57 (GMT) |
commit | abc68484b2c523b500802cb8e8913531e0ff9a8d (patch) | |
tree | 0cd5913d356e305963fd0b13ebb4374dc33c4b4a /Doc/tools | |
parent | d2fc7824104172b47cdcea09d7ce699d5bfc2ba6 (diff) | |
download | cpython-abc68484b2c523b500802cb8e8913531e0ff9a8d.zip cpython-abc68484b2c523b500802cb8e8913531e0ff9a8d.tar.gz cpython-abc68484b2c523b500802cb8e8913531e0ff9a8d.tar.bz2 |
Treat Sphinx warnings as errors (GH-832) (GH-834)
* Treat Sphinx warnings as errors (GH-832)
(cherry picked from commit 334e9ec938ea9876baadef15edb135d6d2aff30c)
* Remove unused suspicious rules
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index c6e0311..166374c 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -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 ""`"")." |