From 29b77d188cce07eabb1fd51aa7ca09e31abba6aa Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Tue, 8 Feb 2022 17:37:11 +0100 Subject: [PATCH] pep fix --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 58dc9fa..43589f7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -45,7 +45,7 @@ extensions += ['sphinx_pyreverse'] extensions += ['sphinxcontrib.autoyaml'] autoyaml_level = 5 -## Graphviz +# Graphviz extensions += [ "sphinx.ext.graphviz" ]