diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-12-20 00:05:57 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-12-20 00:05:57 +0900 |
commit | 04995b703fbf43345ee805a140a64f6bf78b0ff9 (patch) | |
tree | 6b2ab0fa15f79fc3bea76da42753165b20c5471b /doc/extdev/markupapi.rst | |
parent | cb5ceeaf99ab22dba88ee66d392ed312d6c25313 (diff) | |
download | sphinx-git-04995b703fbf43345ee805a140a64f6bf78b0ff9.tar.gz |
Fix typo
Diffstat (limited to 'doc/extdev/markupapi.rst')
-rw-r--r-- | doc/extdev/markupapi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extdev/markupapi.rst b/doc/extdev/markupapi.rst index 6f289ed9f..97abc17b9 100644 --- a/doc/extdev/markupapi.rst +++ b/doc/extdev/markupapi.rst @@ -138,7 +138,7 @@ Both APIs parse the content into a given node. They are used like this:: .. deprecated:: 1.7 - Since Sphinx-1.6, ``sphinx.ext.autodoc.AutodocReporter`` is used for this purpose. + Until Sphinx-1.6, ``sphinx.ext.autodoc.AutodocReporter`` is used for this purpose. For now, it is replaced by ``switch_source_input()``. If you don't need the wrapping node, you can use any concrete node type and |