Skip to content

Commit c042754

Browse files
committed
Doc: Add sphinx.ext.graphviz extension dependency
1 parent 88ad41f commit c042754

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
'sphinx.ext.coverage',
3939
'sphinx.ext.doctest',
4040
'sphinx.ext.extlinks',
41+
'sphinx.ext.graphviz',
4142
]
4243

4344
# Skip if downstream redistributors haven't installed them
@@ -560,6 +561,10 @@
560561
}
561562
extlinks_detect_hardcoded_links = True
562563

564+
# Options for sphinx.ext.graphviz
565+
# -------------------------------
566+
graphviz_output_format = 'svg'
567+
563568
# Options for c_annotations extension
564569
# -----------------------------------
565570

0 commit comments

Comments
 (0)