diff options
| author | Jon Waltman <jonathan.waltman@gmail.com> | 2012-09-12 16:40:10 -0500 |
|---|---|---|
| committer | Jon Waltman <jonathan.waltman@gmail.com> | 2012-09-12 16:40:10 -0500 |
| commit | 16fedf1ab62b2c1b18505f8317d348b13467ec1f (patch) | |
| tree | 267eb0f6f35597f3c4c6a56346b5ebd945947e22 /doc/markup | |
| parent | 309f0615824f4b0bf347037668a63892cad4ee7a (diff) | |
| download | sphinx-16fedf1ab62b2c1b18505f8317d348b13467ec1f.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 3a2ffa32..f5eaac9c 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 |
