summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-07-02 17:19:06 -0400
committerMonty Taylor <mordred@inaugust.com>2012-07-02 17:19:06 -0400
commit8a967b16dc2ffd60bc19bee09f45e665ddcc9a81 (patch)
tree3cf0ffafd793a4562f233b8765eefee90412d5c6 /setup.cfg
parent506486550480fb222a92447e1e8baca855d126aa (diff)
downloadoslo-8a967b16dc2ffd60bc19bee09f45e665ddcc9a81.tar.gz
oslo-8a967b16dc2ffd60bc19bee09f45e665ddcc9a81.tar.xz
oslo-8a967b16dc2ffd60bc19bee09f45e665ddcc9a81.zip
Fix up openstack-common build.
Ironically enough, even though the code to manage this is in openstack-common, openstack-common wasn't using it. This patch fixes doc generation, as well as setuptools-git integration and versioning. Change-Id: Ifb74ad539832d8cec4a536a96221eea8fb7527d2
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg13
1 files changed, 8 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 5a4689c..6471a4e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,8 +5,11 @@
# openstack-nose https://github.com/jkoelker/openstack-nose
verbosity=2
detailed-errors=1
-with-openstack=1
-openstack-red=0.05
-openstack-yellow=0.025
-openstack-show-elapsed=1
-openstack-color=1
+
+[build_sphinx]
+source-dir = doc/source
+build-dir = doc/build
+all_files = 1
+
+[upload_sphinx]
+upload-dir = doc/build/html