diff options
author | Jonathan Waltman <jonathan.waltman@gmail.com> | 2012-09-12 16:40:10 -0500 |
---|---|---|
committer | Jonathan Waltman <jonathan.waltman@gmail.com> | 2012-09-12 16:40:10 -0500 |
commit | ead356e3cfa974e715ae4b9954b3ae5aee44b24c (patch) | |
tree | 267eb0f6f35597f3c4c6a56346b5ebd945947e22 /doc/markup | |
parent | 6654687ec19a446388b7799c1e11b361921c4f7b (diff) | |
download | sphinx-git-ead356e3cfa974e715ae4b9954b3ae5aee44b24c.tar.gz |
Remove note about sectioning limitation of the "only" directive.
Diffstat (limited to 'doc/markup')
-rw-r--r-- | doc/markup/misc.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/markup/misc.rst b/doc/markup/misc.rst index 3a2ffa32e..f5eaac9ce 100644 --- a/doc/markup/misc.rst +++ b/doc/markup/misc.rst @@ -182,13 +182,6 @@ Including content based on tags The format of the current builder (``html``, ``latex`` or ``text``) is always set as a tag. - .. note:: - - Due to docutils' specifics of parsing of directive content, you cannot put - a section with the same level as the main document heading inside an - ``only`` directive. Such sections will appear to be ignored in the parsed - document. - .. versionadded:: 0.6 |