Merge "Fix read-the-docs doc building"

This commit is contained in:
Jenkins 2016-11-11 15:22:04 +00:00 committed by Gerrit Code Review
commit 4e7c1fe0f9
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import sys, os
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../../')) # for git_upstream import
sys.path.insert(0, os.path.abspath('../../git_upstream')) # for indices
# -- General configuration -----------------------------------------------------