summaryrefslogtreecommitdiffstats
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2014-09-25 15:56:05 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2014-09-25 15:56:05 +0100
commitb66f313c2d5baf892ecb9e732279cc027990c194 (patch)
tree11743a1c8e6ca6c720314d0f1185ef0d81e67839 /docs/source/conf.py
parent7e86b41f92dc3a08b9af264d456544e450c71f2c (diff)
downloaddeluge-b66f313c2d5baf892ecb9e732279cc027990c194.tar.gz
deluge-b66f313c2d5baf892ecb9e732279cc027990c194.tar.bz2
deluge-b66f313c2d5baf892ecb9e732279cc027990c194.zip
minor code cleanup
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 28d064006..5a1502d90 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -21,9 +21,6 @@ try:
except ImportError:
get_version = None
-on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
-on_travis = os.environ.get('TRAVIS', None) == 'true'
-
# If your extensions are in another directory, add it here. If the directory
# is relative to the documentation root, use os.path.abspath to make it
# absolute, like shown here.