From 66deacf42a3f5691386878a630dfdb2a4ef20b3e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 7 Dec 2019 19:26:45 +0100 Subject: Docker: Docs: enable GraphViz support --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 2bc581be..76293898 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,8 @@ release = u'1.3.x (equuleus)' # ones. extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', - 'sphinx.ext.ifconfig'] + 'sphinx.ext.ifconfig', + 'sphinx.ext.graphviz'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] -- cgit v1.2.3