Skip to content

Commit efab591

Browse files
DOC: use numpydoc_use_blockquotes=False for compatibility
1 parent d3b7edd commit efab591

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/conf.py

+6
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
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+
# use member listing for attributes
93+
numpydoc_attributes_as_param_list = False
94+
8995
# matplotlib plot directive
9096
plot_include_source = True
9197
plot_formats = [("png", 90)]

0 commit comments

Comments
 (0)