diff options
author | Jannis Leidel <jannis@leidel.info> | 2009-10-08 15:07:36 +0200 |
---|---|---|
committer | Jannis Leidel <jannis@leidel.info> | 2009-10-08 15:07:36 +0200 |
commit | 14bee6d350bf2bd306757ae7305c584374aec287 (patch) | |
tree | 6a20e9f3a7c4ba45275ead339b493df6b89c40f5 | |
parent | e950cf009dc1ee0b4bbd9ac62a12bd434f6f37a1 (diff) | |
download | external_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-x | setup.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |