summaryrefslogtreecommitdiff
path: root/doc/markup
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-03-12 00:22:07 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-03-12 01:47:11 +0900
commitdb6e1db5cbdb4d0fc8354bff13198b02d60b70c2 (patch)
treebb5e1dfd8061ebf9c8902dc60b42f2bcb1c705ef /doc/markup
parent0f8abd16a2789f9dc223fbee94ba047321cfecff (diff)
downloadsphinx-git-db6e1db5cbdb4d0fc8354bff13198b02d60b70c2.tar.gz
doc: Add warning for only directive (refs: #3539)
Diffstat (limited to 'doc/markup')
-rw-r--r--doc/markup/misc.rst5
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
------