Skip to content
Snippets Groups Projects
Commit 8478be5e authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

add graphviz extention

parent ce5f9170
Branches
Tags
No related merge requests found
...@@ -14,7 +14,8 @@ release = '2022' ...@@ -14,7 +14,8 @@ release = '2022'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = [] extensions = ['sphinx.ext.intersphinx',
'sphinx.ext.graphviz']
templates_path = ['_templates'] templates_path = ['_templates']
exclude_patterns = [] exclude_patterns = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment