We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e5523 commit 72e2106Copy full SHA for 72e2106
doc/source/conf.py
@@ -86,6 +86,10 @@
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
+
93
# matplotlib plot directive
94
plot_include_source = True
95
plot_formats = [("png", 90)]
0 commit comments