summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNikhil Manchanda <SlickNik@gmail.com>2013-07-16 20:01:45 -0700
committerNikhil Manchanda <SlickNik@gmail.com>2013-07-18 17:21:00 -0700
commit708f3230d009c63ad75b75a0ebe84804c8899793 (patch)
tree872d3b50101da28e7b937199f62e4d2d80e1eb14 /setup.cfg
parent1815d5d56635d98dc95b302b5bf869543d05b8cb (diff)
downloadtrove-708f3230d009c63ad75b75a0ebe84804c8899793.tar.gz
Added developer documentation for Trove
Added initial sphinx/docutils documentation for Trove. Also made corresponding changes to setup.cfg so that OpenStack CI is able to build the Trove developer docs. Fixes blueprint: trove-dev-docs Change-Id: I900ffd2c0b661fb7642fa06c08ee92892eb176f0
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 d430ae74..fc6b65fc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,3 +31,8 @@ scripts =
[global]
setup-hooks =
pbr.hooks.setup_hook
+
+[build_sphinx]
+all_files = 1
+build-dir = doc/build
+source-dir = doc/source