docs: Fix location of attributes

This commit is contained in:
Takeshi KOMIYA 2018-06-05 22:57:04 +09:00
parent 98f10216c7
commit 158d7d2fd3

View File

@ -144,19 +144,19 @@ Sphinx runtime information
The application object also provides runtime information as attributes. The application object also provides runtime information as attributes.
.. attribute:: srcdir .. attribute:: Sphinx.srcdir
Source directory. Source directory.
.. attribute:: confdir .. attribute:: Sphinx.confdir
Directory containing ``conf.py``. Directory containing ``conf.py``.
.. attribute:: doctreedir .. attribute:: Sphinx.doctreedir
Directory for storing pickled doctrees. Directory for storing pickled doctrees.
.. attribute:: outdir .. attribute:: Sphinx.outdir
Directory for storing built document. Directory for storing built document.