summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorDamien Churchill <damoc@gmail.com>2009-07-20 11:00:47 +0200
committerDamien Churchill <damoc@gmail.com>2009-07-20 11:00:47 +0200
commitae5011ec9280b58cce6e055a1c81dbff2ff105b2 (patch)
treebdc867262fdedd878298fd6263549d4a476c3230 /setup.cfg
parentadd_torrent_url now uses httpdownloader's download_file. (diff)
downloaddeluge-ae5011ec9280b58cce6e055a1c81dbff2ff105b2.tar.xz
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