diff options
author | Takayuki Shimizukawa <shimizukawa@gmail.com> | 2014-08-30 20:20:19 +0900 |
---|---|---|
committer | Takayuki Shimizukawa <shimizukawa@gmail.com> | 2014-08-30 20:20:19 +0900 |
commit | d11267b2051de3bc8f159787a9d8d6cf1156192d (patch) | |
tree | 01e6f4dcfaf49ea1b5a278dce65f2fb43d880847 /doc/markup | |
parent | f190de75cdcee9a3b88673a615b56bb72527b0c7 (diff) | |
parent | 45cfb42864c24bb1aad671bfdb8287877efac3e5 (diff) | |
download | sphinx-git-d11267b2051de3bc8f159787a9d8d6cf1156192d.tar.gz |
Merge with stable
Diffstat (limited to 'doc/markup')
-rw-r--r-- | doc/markup/misc.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/markup/misc.rst b/doc/markup/misc.rst index c39cb045d..fd31480a6 100644 --- a/doc/markup/misc.rst +++ b/doc/markup/misc.rst @@ -261,3 +261,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. + |