summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Zapke-Gr?ndemann <markus@keimlink.de>2013-09-19 21:48:54 +0200
committerMarkus Zapke-Gr?ndemann <markus@keimlink.de>2013-09-19 21:48:54 +0200
commite05e29f726be51e77f54a06b03faca6c814beff6 (patch)
tree75591c7be5b6b2c48957a4df3d0acc7f12e35a0c
parent9e10b11371a0db98e9b571cf57f463b230c04347 (diff)
downloadsphinx-e05e29f726be51e77f54a06b03faca6c814beff6.tar.gz
Explain that only tags set via command-line or tags.add() are available
-rw-r--r--doc/config.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 70ebacb4..ae41594e 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -43,7 +43,8 @@ Important points to note:
* There is a special object named ``tags`` available in the config file.
It can be used to query and change the tags (see :ref:`tags`). Use
``tags.has('tag')`` to query, ``tags.add('tag')`` and ``tags.remove('tag')``
- to change.
+ to change. Only tags set via the ``-t`` command-line option or via
+ ``tags.add('tag')`` can be queried using ``tags.has('tag')``.
General configuration