Skip to content

Commit

Permalink
docs: add activate Sphinx graphviz extension
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Mar 31, 2021
1 parent a8f2d7f commit 3b68df5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3b68df5

Please sign in to comment.