diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-01-07 14:18:40 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-01-07 14:18:40 +0900 |
commit | bef3025c3c668fff60dfdf26c22c3d38a7b05ee8 (patch) | |
tree | e04389782f021d479077733c7cc4dbc681cb4c55 | |
parent | 2be21e340e2e5b2d22ec069a9c3d5549d2b78c6b (diff) | |
download | sphinx-git-bef3025c3c668fff60dfdf26c22c3d38a7b05ee8.tar.gz |
Fix #1900: BuildEnvironment.srcdir documentation gives false information
-rw-r--r-- | doc/extdev/envapi.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/extdev/envapi.rst b/doc/extdev/envapi.rst index 84ad3e0d9..729725fc5 100644 --- a/doc/extdev/envapi.rst +++ b/doc/extdev/envapi.rst @@ -17,7 +17,11 @@ Build environment API .. attribute:: srcdir - Source directory (the directory containing ``conf.py``). + Source directory. + + .. attribute:: confdir + + Directory containing ``conf.py``. .. attribute:: doctreedir |