We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d72ee commit c6fef5eCopy full SHA for c6fef5e
1 file changed
docs/source/conf.py
@@ -39,14 +39,16 @@
39
'sphinx.ext.viewcode',
40
'sphinx.ext.mathjax',
41
'sphinx.ext.coverage',
42
- 'sphinx_markdown_tables',
43
'sphinx.ext.doctest',
44
'sphinx.ext.inheritance_diagram',
45
]
46
#'recommonmark',
47
#'sphinx.ext.autosummary',
+ #'sphinx_markdown_tables',
48
#
49
50
+# inheritance_node_attrs = dict(style='rounded,filled', fillcolor='lightblue')
51
+inheritance_node_attrs = dict(style='rounded')
52
53
autosummary_generate = True
54
autodoc_member_order = 'bysource'
0 commit comments