Skip to content
Snippets Groups Projects
Commit b6fa447f authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Graphviz figures in docs output as svg.

parent d3767c09
No related branches found
No related tags found
No related merge requests found
...@@ -366,3 +366,5 @@ def autodoc_skip_member(app, what, name, obj, skip, options): ...@@ -366,3 +366,5 @@ def autodoc_skip_member(app, what, name, obj, skip, options):
def setup(app): def setup(app):
app.connect('autodoc-skip-member', autodoc_skip_member) app.connect('autodoc-skip-member', autodoc_skip_member)
graphviz_output_format = 'svg'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment