Skip to content

Commit c6fef5e

Browse files
committed
style the inheritance diagram
1 parent 49d72ee commit c6fef5e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,16 @@
3939
'sphinx.ext.viewcode',
4040
'sphinx.ext.mathjax',
4141
'sphinx.ext.coverage',
42-
'sphinx_markdown_tables',
4342
'sphinx.ext.doctest',
4443
'sphinx.ext.inheritance_diagram',
4544
]
4645
#'recommonmark',
4746
#'sphinx.ext.autosummary',
47+
#'sphinx_markdown_tables',
4848
#
4949

50+
# inheritance_node_attrs = dict(style='rounded,filled', fillcolor='lightblue')
51+
inheritance_node_attrs = dict(style='rounded')
5052

5153
autosummary_generate = True
5254
autodoc_member_order = 'bysource'

0 commit comments

Comments
 (0)