aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 08:07:37 +0100
committerGeorg Brandl <georg@python.org>2014-10-29 08:07:37 +0100
commite03902910c70900954572d72997f339a3c1f1154 (patch)
tree46e07f45a7bb50bdc1cb73b326c5128c36f74253 /Doc/conf.py
parentRemove a few config values that keep the default values, move values to the c... (diff)
downloadcpython-e03902910c70900954572d72997f339a3c1f1154.tar.gz
cpython-e03902910c70900954572d72997f339a3c1f1154.tar.bz2
cpython-e03902910c70900954572d72997f339a3c1f1154.zip
Move Sphinx extensions to their own subdir.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 0c7b6014591..ff073b112a5 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -7,7 +7,7 @@
# that aren't pickleable (module imports are okay, they're removed automatically).
import sys, os, time
-sys.path.append(os.path.abspath('tools'))
+sys.path.append(os.path.abspath('tools/extensions'))
# General configuration
# ---------------------