We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b7edd commit efab591Copy full SHA for efab591
doc/source/conf.py
@@ -86,6 +86,12 @@
86
if any(re.match("\s*api\s*", l) for l in index_rst_lines):
87
autosummary_generate = True
88
89
+# numpydoc
90
+# for now use old parameter listing (styling + **kwargs problem)
91
+numpydoc_use_blockquotes = True
92
+# use member listing for attributes
93
+numpydoc_attributes_as_param_list = False
94
+
95
# matplotlib plot directive
96
plot_include_source = True
97
plot_formats = [("png", 90)]
0 commit comments