Skip to content

Commit

Permalink
DOC: use numpydoc_use_blockquotes=False for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Mar 16, 2018
1 parent 075438f commit 67259df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@
if any(re.match("\s*api\s*", l) for l in index_rst_lines):
autosummary_generate = True

# numpydoc
# for now use old parameter listing (styling + **kwargs problem)
numpydoc_use_blockquotes = True
# use member listing for attributes
numpydoc_attributes_as_param_list = False

# matplotlib plot directive
plot_include_source = True
plot_formats = [("png", 90)]
Expand Down

0 comments on commit 67259df

Please sign in to comment.