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.

Author martin.panter
Recipients docs@python, eric.araujo, ezio.melotti, georg.brandl, martin.panter, python-dev, terry.reedy, vstinner, zach.ware
Date 2016-08-27.02:21:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472264517.3.0.915567488662.issue26638@psf.upfronthosting.co.za>
In-reply-to
Content
Terry: the four "ini" syntax highlighting warnings were also mentioned in <https://bugs.python.org/issue26462#msg271241>. In that bug, we fixed many other similar warnings, but I think we left those as being less easy to fix.

One thing (other than suppress_warnings = ['ref.option']) that might help you see warnings relevant to your change is if you first build the docs without your change, ignore all those warnings, and then rebuild with your change. The second build may produce less irrelevant warnings.
History
Date User Action Args
2016-08-27 02:21:57martin.pantersetrecipients: + martin.panter, georg.brandl, terry.reedy, vstinner, ezio.melotti, eric.araujo, docs@python, python-dev, zach.ware
2016-08-27 02:21:57martin.pantersetmessageid: <1472264517.3.0.915567488662.issue26638@psf.upfronthosting.co.za>
2016-08-27 02:21:57martin.panterlinkissue26638 messages
2016-08-27 02:21:56martin.pantercreate