summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-22 18:28:51 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-22 18:28:51 -0400
commit6084f0bdf597b3946bae47e22bde96e2a2f67eea (patch)
treed2427e243433b00abf08b8fab57aa9a60dbc27da /doc/conf.py
parent5934316cf47c75b758c930607c4aa19615a96812 (diff)
downloadpython-coveragepy-6084f0bdf597b3946bae47e22bde96e2a2f67eea.tar.gz
Don't need the .px doc toolchain any morecoverage-4.0b2
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 8b2bb24..5417b8a 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -20,8 +20,6 @@ import sys, os
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.append(os.path.abspath('.'))
-# Copied from django docs:
-sys.path.append(os.path.join(os.path.dirname(__file__), "_ext"))
# on_rtd is whether we are on readthedocs.org
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
@@ -35,7 +33,6 @@ extensions = [
'sphinx.ext.todo',
'sphinx.ext.ifconfig',
'sphinxcontrib.spelling',
- 'px_xlator',
]
# Add any paths that contain templates here, relative to this directory.