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 99e5523 commit 72e2106
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
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

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

0 comments on commit 72e2106

Please sign in to comment.