pull request #130 has been merged by hand.

This commit is contained in:
Takayuki Shimizukawa 2014-08-25 13:37:18 +09:00
parent 1ad7ea01ba
commit 0321402c9e
2 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,8 @@ Important points to note:
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.
Note that the current builder tag is not available in ``conf.py``, as it is
created *after* the builder is initialized.
General configuration General configuration

View File

@ -253,3 +253,7 @@ following directive exists:
.. [#] For most builders name and format are the same. At the moment only .. [#] For most builders name and format are the same. At the moment only
builders derived from the html builder distinguish between the builder builders derived from the html builder distinguish between the builder
format and the builder name. 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.