summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2012-06-11 14:13:55 -0700
committerClark Boylan <clark.boylan@gmail.com>2012-06-11 14:18:48 -0700
commitebceca94146b2ab004dfb88069ee3a6917b460ad (patch)
tree834b350f009be5ab41bad4f2d6c2387613096f84 /setup.cfg
parentd263f1f7b8220b482c5f912c4c1b240d260d93dc (diff)
downloadpython-novaclient-ebceca94146b2ab004dfb88069ee3a6917b460ad.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: I868df12e3c15cc30043e782ce0a609b9574295cd
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 3ab04be5..7fa3ddac 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
+source-dir = doc/source
+build-dir = doc/build
all_files = 1
[upload_sphinx]
-upload-dir = docs/_build/html
+upload-dir = doc/build/html