Move Sphinx extensions to their own subdir.

This commit is contained in:
Georg Brandl 2014-10-29 08:07:37 +01:00
parent 9a333a6f65
commit e03902910c
5 changed files with 2 additions and 2 deletions

View file

@ -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
# ---------------------