summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2012-06-08 15:41:05 -0700
committerClark Boylan <clark.boylan@gmail.com>2012-06-11 13:33:02 -0700
commit3ba77383238d463c903eb5c9ae0da9879fd700e0 (patch)
tree3707b2cd4b3e7363d8461f37bca5b0be7f0f454a /setup.cfg
parentf2c87f68cf4adfff43df4989578e662446f37cd5 (diff)
downloadpython-keystoneclient-3ba77383238d463c903eb5c9ae0da9879fd700e0.tar.gz
Move docs to doc.
To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc/source and build results go in project/doc/build. Change-Id: I205e8bb1ddf6dae1d7392b32975319c6a6d98673
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 7784283..925c4a3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,9 +4,9 @@ cover-erase = true
cover-inclusive = true
[build_sphinx]
-source-dir = docs/
-build-dir = docs/_build
+source-dir = doc/source
+build-dir = doc/build
all_files = 1
[upload_sphinx]
-upload-dir = docs/_build/html
+upload-dir = doc/build/html