[doc] add build/python to sys.path

This commit is contained in:
Gernot J. Kraberger 2018-09-10 10:56:37 +02:00
parent 6ed84c078f
commit e1d54ffcc5
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
import sys
sys.path.insert(0, "@TRIQS_SPHINXEXT_PATH@/numpydoc")
sys.path.insert(0, "@CMAKE_BINARY_DIR@/python")
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.mathjax',