summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSergey Lukjanov <slukjanov@mirantis.com>2014-02-18 14:29:38 +0400
committerSergey Lukjanov <slukjanov@mirantis.com>2014-02-18 16:24:42 +0400
commit8572886a4ac2b95773ce2daa7f76a9c448b163b2 (patch)
tree8de210474544083115874f4e8aaac502a9510f08 /setup.cfg
parent2c525aca0a5f852f48a9e3f0bc079b05fc020bb0 (diff)
downloadpython-saharaclient-8572886a4ac2b95773ce2daa7f76a9c448b163b2.tar.gz
Move client docs to the client
It contains new index doc file with general notes and links to other docs. Change-Id: I9805b9afedccf510dd2a4aca2716a9336da0d357
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 4cfae54..a6d7c6f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,3 +26,8 @@ packages = savannaclient
[entry_points]
console_scripts = savanna = savannaclient.shell:main
+
+[build_sphinx]
+all_files = 1
+build-dir = doc/build
+source-dir = doc/source