mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fixes #795: explain that titles on the same level as the document heading cannot be put into only directives.
This commit is contained in:
parent
fae8a17026
commit
729565b7a9
@ -182,6 +182,13 @@ Including content based on tags
|
|||||||
The format of the current builder (``html``, ``latex`` or ``text``) is always
|
The format of the current builder (``html``, ``latex`` or ``text``) is always
|
||||||
set as a tag.
|
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
|
.. versionadded:: 0.6
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user