Merge pull request #5044 from tk0miya/fix_docs

docs: Fix location of attributes
This commit is contained in:
Takeshi KOMIYA 2018-06-06 01:05:37 +09:00 committed by GitHub
commit c005196f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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