Skip to content

Commit 72e2106

Browse files
DOC: use numpydoc_use_blockquotes=False for compatibility
1 parent 99e5523 commit 72e2106

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/conf.py

+4
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
if any(re.match("\s*api\s*", l) for l in index_rst_lines):
8787
autosummary_generate = True
8888

89+
# numpydoc
90+
# for now use old parameter listing (styling + **kwargs problem)
91+
numpydoc_use_blockquotes = True
92+
8993
# matplotlib plot directive
9094
plot_include_source = True
9195
plot_formats = [("png", 90)]

0 commit comments

Comments
 (0)