mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
pull request #130 has been merged by hand.
This commit is contained in:
parent
1ad7ea01ba
commit
0321402c9e
@ -46,6 +46,8 @@ Important points to note:
|
||||
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.
|
||||
Note that the current builder tag is not available in ``conf.py``, as it is
|
||||
created *after* the builder is initialized.
|
||||
|
||||
|
||||
General configuration
|
||||
|
@ -253,3 +253,7 @@ following directive exists:
|
||||
.. [#] For most builders name and format are the same. At the moment only
|
||||
builders derived from the html builder distinguish between the builder
|
||||
format and the builder name.
|
||||
|
||||
Note that the current builder tag is not available in ``conf.py``, it is
|
||||
only available after the builder is intialized.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user