autodoc: Use logging module to emit warnings

This commit is contained in:
Takeshi KOMIYA
2017-12-18 22:09:29 +09:00
parent 4173a0bfe1
commit 7a194f5296
4 changed files with 51 additions and 55 deletions

View File

@@ -13,6 +13,8 @@ Incompatible changes
* #3929: apidoc: Move sphinx.apidoc to sphinx.ext.apidoc
* #4226: apidoc: Generate new style makefile (make-mode)
* #4274: sphinx-build returns 2 as an exit code on argument error
* autodoc does not generate warnings messages to the generated document even if
:confval:`keep_warnings` is True. They are only emitted to stderr.
Deprecated
----------