diff options
| author | Georg Brandl <georg@python.org> | 2014-01-19 11:09:42 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-19 11:09:42 +0100 |
| commit | 88a6b565ac65a33f2798b8cbc504eb147b9a9d87 (patch) | |
| tree | d96b25efb65b72ed4829a8f2757a85947e21510c /doc/config.rst | |
| parent | f207d092533dcb75024fe9a3e036a72105f27856 (diff) | |
| parent | e05e29f726be51e77f54a06b03faca6c814beff6 (diff) | |
| download | sphinx-88a6b565ac65a33f2798b8cbc504eb147b9a9d87.tar.gz | |
Merged in keimlink/sphinx/improve-tags-docs (pull request #167)
Explain that only tags set via command-line or tags.add() are available
Diffstat (limited to 'doc/config.rst')
| -rw-r--r-- | doc/config.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst index 181ef2a4..e4d9feaf 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -45,7 +45,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 |
