diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 07:07:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 07:07:37 (GMT) |
commit | e03902910c70900954572d72997f339a3c1f1154 (patch) | |
tree | 46e07f45a7bb50bdc1cb73b326c5128c36f74253 /Doc/conf.py | |
parent | 9a333a6f65b7b2eb3fbed0d918186737adc6ae69 (diff) | |
download | cpython-e03902910c70900954572d72997f339a3c1f1154.zip cpython-e03902910c70900954572d72997f339a3c1f1154.tar.gz cpython-e03902910c70900954572d72997f339a3c1f1154.tar.bz2 |
Move Sphinx extensions to their own subdir.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index 0c7b601..ff073b1 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 # --------------------- |