--- a/docs/conf.py Tue Sep 19 12:52:22 2017 +0200
+++ b/docs/conf.py Tue Aug 29 16:42:40 2017 +0200
@@ -1,6 +1,6 @@
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = []
+extensions = ["sphinx.ext.graphviz"]
# autoclass_content = 'both'
# Add any paths that contain templates here, relative to this directory.
# templates_path = []
@@ -122,3 +122,6 @@
# Output file base name for HTML help builder.
# htmlhelp_basename = ''
+
+
+graphviz_output_format = "svg"