summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2012-06-08 12:14:46 -0700
committerClark Boylan <clark.boylan@gmail.com>2012-06-12 11:41:04 -0700
commitf1a8e0c54ffa96b98c632e3fde5bb9be8345fde9 (patch)
treecae78eaf34abe4a1fd1980e2297d5100d2ee0858 /setup.cfg
parentf9d38741dd3033e57d0064d63ef2b55566cc0618 (diff)
downloadtuskar-ui-f1a8e0c54ffa96b98c632e3fde5bb9be8345fde9.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: Ic523a716e4113198b777d6dc3db8bb8a729e7696
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index c4c71f1e..79034b3c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,8 @@
+[build_sphinx]
+all_files = 1
+build-dir = doc/build
+source-dir = doc/source
+
[nosetests]
verbosity=2
detailed-errors=1