Update docs (refs: #3923)

This commit is contained in:
Takeshi KOMIYA 2017-07-16 01:48:09 +09:00
parent bb79a0c4d0
commit 1869f4d674
2 changed files with 22 additions and 4 deletions

View File

@ -454,6 +454,28 @@ The application object also provides support for emitting leveled messages.
.. automethod:: Sphinx.debug2
Sphinx runtime information
--------------------------
The application object also provides runtime information as attributes.
.. attribute:: srcdir
Source directory.
.. attribute:: confdir
Directory containing ``conf.py``.
.. attribute:: doctreedir
Directory for storing pickled doctrees.
.. attribute:: outdir
Directory for storing built document.
.. _events:
Sphinx core events

View File

@ -19,10 +19,6 @@ Build environment API
Source directory.
.. attribute:: confdir
Directory containing ``conf.py``.
.. attribute:: doctreedir
Directory for storing pickled doctrees.