Remove incorrect path for Sphinx autodoc

This commit is contained in:
Jakob de Maeyer 2015-07-30 12:12:08 +02:00
parent d438075a47
commit 9c12a3f23a
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ from os import path
# is relative to the documentation root, use os.path.abspath to make it
# absolute, like shown here.
sys.path.append(path.join(path.dirname(__file__), "_ext"))
sys.path.append(path.join(path.dirname(path.dirname(__file__)), "scrapy"))
sys.path.insert(0, path.dirname(path.dirname(__file__)))