summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorDamien Churchill <damoc@gmail.com>2009-07-20 09:00:47 +0000
committerDamien Churchill <damoc@gmail.com>2009-07-20 09:00:47 +0000
commitae5011ec9280b58cce6e055a1c81dbff2ff105b2 (patch)
treebdc867262fdedd878298fd6263549d4a476c3230 /setup.cfg
parentdcccc3f4dea59941e7b9dd17abe75f59ce90fb2f (diff)
downloaddeluge-ae5011ec9280b58cce6e055a1c81dbff2ff105b2.tar.gz
deluge-ae5011ec9280b58cce6e055a1c81dbff2ff105b2.tar.bz2
deluge-ae5011ec9280b58cce6e055a1c81dbff2ff105b2.zip
setup the build_spinx command
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 ca69e52a5..79cd25bc0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,8 @@
[egg_info]
tag_build = -dev
tag_svn_revision = false
+
+[build_sphinx]
+source-dir = docs/source
+build-dir = docs/build
+all_files = 1 \ No newline at end of file