summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2014-09-25 16:56:05 +0200
committerCalum Lind <calumlind+deluge@gmail.com>2014-09-25 16:56:05 +0200
commitb66f313c2d5baf892ecb9e732279cc027990c194 (patch)
tree11743a1c8e6ca6c720314d0f1185ef0d81e67839 /docs
parentAdd isort thirdparty config for Travis (diff)
downloaddeluge-b66f313c2d5baf892ecb9e732279cc027990c194.tar.xz
deluge-b66f313c2d5baf892ecb9e732279cc027990c194.zip
minor code cleanup
Diffstat (limited to 'docs')
-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.