From d7f236306fe9c9018d9e0b49574809a3f6df9e71 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Mon, 29 Sep 2014 11:02:55 +0200 Subject: [PATCH] Doc: add extension for Graphviz --- doc/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index c9184a6..bd7d3d8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,7 +26,9 @@ sys.path.insert(0, os.path.abspath('../../')) # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', 'sphinx.ext.autosummary', 'sphinx.ext.doctest', 'numpydoc'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', + 'sphinx.ext.viewcode', 'sphinx.ext.autosummary', + 'sphinx.ext.doctest', 'numpydoc', 'sphinx.ext.graphviz'] doctest_path = os.path.abspath('../../') doctest_global_setup = ''' -- 2.39.5