aboutsummaryrefslogtreecommitdiffstats
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
commit14bee6d350bf2bd306757ae7305c584374aec287 (patch)
tree6a20e9f3a7c4ba45275ead339b493df6b89c40f5
parente950cf009dc1ee0b4bbd9ac62a12bd434f6f37a1 (diff)
downloadexternal_python_setuptools-14bee6d350bf2bd306757ae7305c584374aec287.tar.gz
external_python_setuptools-14bee6d350bf2bd306757ae7305c584374aec287.tar.bz2
external_python_setuptools-14bee6d350bf2bd306757ae7305c584374aec287.zip
Added configuration for build_sphinx command to simplify building
--HG-- branch : distribute extra : rebase_source : 69ea754fdb336feb1016db3f5ab018e648f38097
-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