summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorKiall Mac Innes <kiall@managedit.ie>2012-11-19 23:08:35 +0000
committerKiall Mac Innes <kiall@managedit.ie>2012-11-27 15:46:32 +0000
commit6f280a8693c2039ce4353cf65046858cf28fcff6 (patch)
tree98efc2727072df18f5ed07dc33f3f55a79369a90 /setup.cfg
parentfd06cdfad06caa7a46ea848178b945c86cb428d1 (diff)
downloadpython-designateclient-6f280a8693c2039ce4353cf65046858cf28fcff6.tar.gz
Initial Python client bindings and CLI
Change-Id: Iac4a73acfb515c1e213a1dd0865a62bc39e3ed0f
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f17eadf..f0188f0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,3 +6,11 @@ cover-inclusive=true
verbosity=2
detailed-errors=1
where=monikerclient/tests
+
+[build_sphinx]
+source-dir = doc/source
+build-dir = doc/build
+all_files = 1
+
+[upload_docs]
+upload-dir = doc/build/html