diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-06-08 00:49:46 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-06-08 00:49:54 +0900 |
| commit | 2ccf05c32e6bb4f7adc5ce404093c449eca48136 (patch) | |
| tree | c8534de10e02ce4f72dbee37b3eddcb7fbf455f5 /sphinx/parsers.py | |
| parent | f9e2a41a48d7ce7cf9e780bac2847c0d6d8d78f4 (diff) | |
| download | sphinx-git-2ccf05c32e6bb4f7adc5ce404093c449eca48136.tar.gz | |
Update docs for sphinx.parsers.Parser
Diffstat (limited to 'sphinx/parsers.py')
| -rw-r--r-- | sphinx/parsers.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/parsers.py b/sphinx/parsers.py index db62e7154..5f15c4103 100644 --- a/sphinx/parsers.py +++ b/sphinx/parsers.py @@ -41,6 +41,9 @@ class Parser(docutils.parsers.Parser): Emit a warning. (Same as :meth:`sphinx.application.Sphinx.warn()`) self.info() Emit a informational message. (Same as :meth:`sphinx.application.Sphinx.info()`) + + .. deprecated:: 1.6 + ``warn()`` and ``info()`` is deprecated. Use :mod:`sphinx.util.logging` instead. """ def set_application(self, app): |
