From 3b68df5591f5be56f4cb0381bc6a07bccb575db8 Mon Sep 17 00:00:00 2001 From: Remco de Boer Date: Fri, 19 Mar 2021 14:21:31 +0100 Subject: [PATCH] docs: add activate Sphinx graphviz extension --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 9b40e43e..82d9c69d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,6 +64,7 @@ "sphinx.ext.autodoc", "sphinx.ext.autosectionlabel", "sphinx.ext.doctest", + "sphinx.ext.graphviz", "sphinx.ext.intersphinx", "sphinx.ext.mathjax", "sphinx.ext.napoleon", @@ -96,6 +97,7 @@ ] ), } +graphviz_output_format = "svg" html_copy_source = True # needed for download notebook button html_favicon = "_static/favicon.ico" html_show_copyright = False