Skip to content

Commit ddd0c5d

Browse files
committed
Add graphviz configuration
1 parent 55625ca commit ddd0c5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@
5454
"sphinxext.opengraph",
5555
"sphinx.ext.viewcode", # plone.api
5656
"sphinx.ext.autosummary", # plone.api
57+
"sphinx.ext.graphviz",
5758
]
5859

60+
graphviz_output_format = 'svg'
5961

6062
# If true, the Docutils Smart Quotes transform, originally based on SmartyPants
6163
# (limited to English) and currently applying to many languages, will be used

0 commit comments

Comments
 (0)