fix @Alexey-T's concern of deprecated documentation, see #317

This commit is contained in:
Dave Halter
2014-03-11 13:23:25 +01:00
parent f191917555
commit 17ecd73df9
2 changed files with 3 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ import sys, os, datetime
# 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.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../jedi'))
sys.path.append(os.path.abspath('_themes'))
# -- General configuration -----------------------------------------------------