mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
docs: Fix location of attributes
This commit is contained in:
parent
98f10216c7
commit
158d7d2fd3
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user