diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-12-17 02:21:10 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-12-17 02:21:10 +0900 |
commit | 8bb6a01210ffc9994b4a2642545fb7b049655558 (patch) | |
tree | b70164bbe6f8f439ba6787298c22e905470f3a8a /doc/extdev/markupapi.rst | |
parent | 9b18e83e32942bd1b4b8e636619ec3d479302194 (diff) | |
download | sphinx-git-8bb6a01210ffc9994b4a2642545fb7b049655558.tar.gz |
Fix mark up
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 8a18e2306..6f289ed9f 100644 --- a/doc/extdev/markupapi.rst +++ b/doc/extdev/markupapi.rst @@ -125,7 +125,7 @@ Both APIs parse the content into a given node. They are used like this:: ``sphinx.util.docutils.switch_source_input()`` allows to change a target file during nested_parse. It is useful to mixture contents. For example, ``sphinx. - ext.autodoc`` uses it to parse docstrings. + ext.autodoc`` uses it to parse docstrings:: from sphinx.util.docutils import switch_source_input |