We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ad41f commit c042754Copy full SHA for c042754
1 file changed
Doc/conf.py
@@ -38,6 +38,7 @@
38
'sphinx.ext.coverage',
39
'sphinx.ext.doctest',
40
'sphinx.ext.extlinks',
41
+ 'sphinx.ext.graphviz',
42
]
43
44
# Skip if downstream redistributors haven't installed them
@@ -560,6 +561,10 @@
560
561
}
562
extlinks_detect_hardcoded_links = True
563
564
+# Options for sphinx.ext.graphviz
565
+# -------------------------------
566
+graphviz_output_format = 'svg'
567
+
568
# Options for c_annotations extension
569
# -----------------------------------
570
0 commit comments