summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2009-10-08 15:07:36 +0200
committerJannis Leidel <jannis@leidel.info>2009-10-08 15:07:36 +0200
commitb4b4105dbf7c7f2ac8e0cab0f08f17398cc5d7dc (patch)
tree2c5d921cb6f805d17a544d446528308becb52442 /setup.cfg
parentb78a7f3b05562f51cfb84bcf3bd8fedb818edd71 (diff)
downloadpython-setuptools-bitbucket-b4b4105dbf7c7f2ac8e0cab0f08f17398cc5d7dc.tar.gz
Added configuration for build_sphinx command to simplify building
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f16664cb..dc4cfd97 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,5 +7,10 @@ release = egg_info -RDb ''
source = register sdist binary
binary = bdist_egg upload --show-response
+[build_sphinx]
+source-dir = docs/
+build-dir = docs/build
+all_files = 1
+
[upload_docs]
upload-dir = docs/build/html \ No newline at end of file