[docs] [issue30380] Sphinx 1.6.1 raising new warnings in docs build
Serhiy Storchaka
report at bugs.python.org
Wed May 17 02:16:17 EDT 2017
Serhiy Storchaka added the comment:
There was other warnings, mostly false positive, but there were also the real documentation bugs. Sphinx now converts quotes to Unicode variants at earlier stage (this is good thing, because converting them at late stage, in HTML, not always worked), and rules in susp-ignored.csv containing '"' no longer worked.
Now warnings in 2.7 are fixed and Sphinx can be pinned to 1.6.1.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30380>
_______________________________________
More information about the docs
mailing list