mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Explain that only tags set via command-line or tags.add() are available
This commit is contained in:
parent
99008f5b78
commit
d7caa3fa20
@ -43,7 +43,8 @@ Important points to note:
|
|||||||
* There is a special object named ``tags`` available in the config file.
|
* 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
|
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')``
|
``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
|
General configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user