[docs] [issue19795] Formatting of True/False/None in docs
STINNER Victor
report at bugs.python.org
Wed Oct 19 10:30:09 EDT 2016
STINNER Victor added the comment:
The "Docs" bot doesn't like your change:
http://buildbot.python.org/all/builders/Docs%203.x/builds/2673/steps/suspicious/logs/stdio
WARNING: [whatsnew/3.1:549] "`" found in "``False``"
WARNING: [whatsnew/3.4:163] "`" found in "to ``None`"
WARNING: [whatsnew/3.4:163] "`" found in " during finalization <whatsnew-pep-442>` ("
/buildbot/buildarea/3.x.ware-docs/build/Doc/whatsnew/3.4.rst:163: WARNING: undefined label: module globals are no longer set to ``none` (if the link has no caption the label must precede a section header)
Extract of the change:
- protocol 3. Another solution is to set the *fix_imports* option to **False**.
+ protocol 3. Another solution is to set the *fix_imports* option to *``False``*.
I guess that it should ``False`` without star?
----------
nosy: +haypo
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19795>
_______________________________________
More information about the docs
mailing list