summaryrefslogtreecommitdiff
path: root/doc/extdev/markupapi.rst
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-05-21 23:13:41 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-05-26 10:53:53 +0900
commit9b2423c5bb2d1b4067792b4d5823a84984d44139 (patch)
treecd2a0502da574cdf77f67d574a3325597bbe807e /doc/extdev/markupapi.rst
parent439f32946636c67ce5ce4dfaed799a37632a725f (diff)
downloadsphinx-git-9b2423c5bb2d1b4067792b4d5823a84984d44139.tar.gz
doclinter: restrict by 90 columns
Diffstat (limited to 'doc/extdev/markupapi.rst')
-rw-r--r--doc/extdev/markupapi.rst4
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.