summaryrefslogtreecommitdiff
path: root/doc/extdev/markupapi.rst
diff options
context:
space:
mode:
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.