diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-03-12 00:22:07 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-03-12 01:47:11 +0900 |
commit | db6e1db5cbdb4d0fc8354bff13198b02d60b70c2 (patch) | |
tree | bb5e1dfd8061ebf9c8902dc60b42f2bcb1c705ef /doc/markup | |
parent | 0f8abd16a2789f9dc223fbee94ba047321cfecff (diff) | |
download | sphinx-git-db6e1db5cbdb4d0fc8354bff13198b02d60b70c2.tar.gz |
doc: Add warning for only directive (refs: #3539)
Diffstat (limited to 'doc/markup')
-rw-r--r-- | doc/markup/misc.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/markup/misc.rst b/doc/markup/misc.rst index f746c6a71..c4b64e39c 100644 --- a/doc/markup/misc.rst +++ b/doc/markup/misc.rst @@ -201,6 +201,11 @@ Including content based on tags .. versionchanged:: 1.2 Added the name of the builder and the prefixes. + .. warning:: + + This directive is designed to control only content of document. It could + not control sections, labels and so on. + Tables ------ |