summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 380282219..14c1c69c4 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -212,6 +212,9 @@ intersphinx_mapping = {'http://docs.python.org/dev': None}
# If we want to do a phantom import from an XML file for all autodocs
phantom_import_file = 'dump.xml'
+# Make numpydoc to generate plots for example sections
+numpydoc_use_plots = True
+
# -----------------------------------------------------------------------------
# Autosummary
# -----------------------------------------------------------------------------