[doc] Adding path to find numpydoc extension

This commit is contained in:
Michel Ferrero 2016-02-12 10:58:11 +01:00
parent f586c98508
commit 703d114e96
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
#
# TRIQS documentation build configuration file
import sys
sys.path.insert(0, "@TRIQS_SPHINXEXT_PATH@/numpydoc")
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.intersphinx',