diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-05-21 23:13:41 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-05-26 10:53:53 +0900 |
commit | 9b2423c5bb2d1b4067792b4d5823a84984d44139 (patch) | |
tree | cd2a0502da574cdf77f67d574a3325597bbe807e /doc/extdev/markupapi.rst | |
parent | 439f32946636c67ce5ce4dfaed799a37632a725f (diff) | |
download | sphinx-git-9b2423c5bb2d1b4067792b4d5823a84984d44139.tar.gz |
doclinter: restrict by 90 columns
Diffstat (limited to 'doc/extdev/markupapi.rst')
-rw-r--r-- | doc/extdev/markupapi.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/extdev/markupapi.rst b/doc/extdev/markupapi.rst index fc25c2327..7a21f8126 100644 --- a/doc/extdev/markupapi.rst +++ b/doc/extdev/markupapi.rst @@ -138,8 +138,8 @@ Both APIs parse the content into a given node. They are used like this:: .. deprecated:: 1.7 - Until Sphinx-1.6, ``sphinx.ext.autodoc.AutodocReporter`` is used for this purpose. - For now, it is replaced by ``switch_source_input()``. + 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 return ``node.children`` from the Directive. |