docs/conf.py
changeset 2959 ef361938dfa1
parent 2951 2ddc63d13af8
child 2962 3f466d348047
--- a/docs/conf.py	Thu Sep 21 10:45:06 2017 +0200
+++ b/docs/conf.py	Thu Sep 21 10:45:27 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,5 @@
 
 # Output file base name for HTML help builder.
 # htmlhelp_basename = ''
+
+graphviz_output_format = "svg"