From 8a967b16dc2ffd60bc19bee09f45e665ddcc9a81 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 2 Jul 2012 17:19:06 -0400 Subject: 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 --- setup.cfg | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'setup.cfg') 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 -- cgit