Skip to content

Commit

Permalink
Merge pull request #3137 from minrk/inheritance
Browse files Browse the repository at this point in the history
fix dot syntax error in inheritance diagram
  • Loading branch information
ellisonbg committed Apr 13, 2013
2 parents 175bb08 + 9fd6c2c commit 7f208df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinxext/inheritance_diagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def get_all_class_names(self):
"shape": "box",
"fontsize": 10,
"height": 0.25,
"fontname": "Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",
"fontname": '"Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans"',
"style": '"setlinewidth(0.5)"'
}
default_edge_options = {
Expand Down

0 comments on commit 7f208df

Please sign in to comment.