Update sys.path in docs/conf.py

This commit is contained in:
Roman Mogilatov 2015-11-29 22:46:48 +02:00
parent bec9ef36d2
commit e309425ee5

View File

@ -14,11 +14,12 @@
import os
import re
import sys
# If extensions (or modules to document with autodoc) are in another directory,
# 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('..'))
# -- General configuration ------------------------------------------------