SilentGhost <ghost....@runbox.com> added the comment:

> Second, we should probably determine why the doc builds are failing on Sphinx 
> 2 and update the `suspicious` code to support Sphinx 2.

They're failing because in sphinx 2 old and deprecated (since 1.6) custom 
logging API was removed. So all Builder.warn calls will have to be changed to 
use logging module (this applies to other similar methods, luckily they had the 
same names as logging methods).

----------
nosy: +SilentGhost

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36853>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to