This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Doc linter error: [2] library/typing.rst:358: default role used
Type: Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, gvanrossum, vstinner, zach.ware
Priority: normal Keywords:

Created on 2015-09-10 18:33 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (6)
msg250400 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2015-09-10 18:33
The Docs buildbot is red since the changeset 7fc4306d537b5feedb7f9dac54d96ed378c093a7.

http://buildbot.python.org/all/builders/Docs%203.x/builds/52
msg250408 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2015-09-10 19:16
That link gives me a timeout right now. How can I run the doc linter manually? "make html" in the Doc tree didn't alert me to this issue.
msg250411 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2015-09-10 19:25
Maybe Zach knows how to fix this since he fixed it for an earlier version? (Sorry Zach!)
msg250412 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2015-09-10 19:26
Guido van Rossum added the comment:
> That link gives me a timeout right now. How can I run the doc linter manually? "make html" in the Doc tree didn't alert me to this issue.

"make check" is the doc linter.

I've considered whether to back that buildbot off to only warn on
'lint' or 'suspicious' failure, but warnings aren't reported by the
IRC notifier.  Anyone else have an opinion on that?


I'll try to get this fixed soonish, but if anyone can beat me to it, feel free :)
msg250413 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2015-09-10 19:31
Oh right, Berker already beat me to it:

changeset 97861:72e696bc480a 3.5

Fix typos and improve markup in typing.rst.
author 	Berker Peksag <berker.peksag@gmail.com>
date 	Thu, 10 Sep 2015 21:55:50 +0300 (35 minutes ago)
parents 	a380841644b2
children 	c52194da1ae2 47e9d7ddb06a
files 	Doc/library/typing.rst
diffstat 	1 files changed, 18 insertions(+), 19 deletions(-)
msg250414 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2015-09-10 19:37
Thanks everyone! This episode shows I should not try to commit CPython stuff. Period.
History
Date User Action Args
2022-04-11 14:58:20adminsetgithub: 69248
2015-09-10 19:37:04gvanrossumsetmessages: + msg250414
2015-09-10 19:32:58zach.waresetstatus: open -> closed
stage: resolved
resolution: fixed
versions: + Python 3.5
2015-09-10 19:31:58zach.waresetmessages: + msg250413
2015-09-10 19:26:39zach.waresetmessages: + msg250412
2015-09-10 19:25:01gvanrossumsetnosy: + zach.ware
messages: + msg250411
2015-09-10 19:16:34gvanrossumsetmessages: + msg250408
2015-09-10 18:33:32vstinnercreate