summaryrefslogtreecommitdiffstats
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2015-08-25 19:42:07 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2015-08-26 00:27:32 +0100
commitdf3a3c77ebd8ab13aba210252d60db53a0f31c90 (patch)
tree3c8372deb794856e5a882033517eeb201c5a3d54 /docs/source/conf.py
parenta3073c44e2d0e8ef70528e21d223fd364831a1af (diff)
downloaddeluge-df3a3c77ebd8ab13aba210252d60db53a0f31c90.tar.gz
deluge-df3a3c77ebd8ab13aba210252d60db53a0f31c90.tar.bz2
deluge-df3a3c77ebd8ab13aba210252d60db53a0f31c90.zip
Fix travis build version issue
* version.py script requires git tags but detached HEAD in travis clone requires manually creating the RELEASE-VERSION. * Also fix relative path issue building docs.
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 87d80cf4f..3e38cf9e6 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -85,8 +85,6 @@ copyright = '2008-%s, Deluge Team' % current_year
# The short X.Y version.
if get_version:
version = get_version(prefix='deluge-', suffix='.dev0')
- # remove the created file by get_version
- os.remove('RELEASE-VERSION')
else:
version = pkg_resources.require("Deluge")[0].version
# The full version, including alpha/beta/rc tags.