summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2012-06-08 15:14:06 -0700
committerMonty Taylor <mordred@inaugust.com>2012-06-15 16:28:14 -0400
commit7547dadf8731bcdd166f8f59a427fc1caeda111f (patch)
tree3773001a7301cf02dbbd420038e0de0a24c89b71 /setup.cfg
parent93f9fa75fa8b96e4429dce73e0320686b5b52893 (diff)
downloadpython-cinderclient-7547dadf8731bcdd166f8f59a427fc1caeda111f.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 and build results go in project/doc/build. Change-Id: I3ae14ac735d9b4c0b534eac9a9c142f8ccaac1b9
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 a989d1b..2d8f47a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,9 +7,9 @@ verbosity=2
detailed-errors=1
[build_sphinx]
-source-dir = docs/
-build-dir = docs/_build
all_files = 1
+source-dir = doc/source
+build-dir = doc/build
[upload_sphinx]
-upload-dir = docs/_build/html
+upload-dir = doc/build/html