Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2e2bf9

Browse files
committed
fix dot syntax error in inheritance diagram
1 parent e8f3ea6 commit e2e2bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sphinxext/inheritance_diagram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def get_all_class_names(self):
183183
"shape": "box",
184184
"fontsize": 10,
185185
"height": 0.25,
186-
"fontname": "Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",
186+
"fontname": '"Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans"',
187187
"style": '"setlinewidth(0.5)"'
188188
}
189189
default_edge_options = {

0 commit comments

Comments
 (0)