From 703d114e96c618fb56d039cdfc444157f7fdeb1e Mon Sep 17 00:00:00 2001 From: Michel Ferrero Date: Fri, 12 Feb 2016 10:58:11 +0100 Subject: [PATCH] [doc] Adding path to find numpydoc extension --- doc/conf.py.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/conf.py.in b/doc/conf.py.in index 927a0b9a..eef3fb3d 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -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',