8000 DOC: pin numpydoc to less than 0.9 · matplotlib/matplotlib@235d989 · GitHub
[go: up one dir, main page]

Skip to content

Commit 235d989

Browse files
committed
DOC: pin numpydoc to less than 0.9
Some of our docstring manipulation does not play well with it.
1 parent 44d503e commit 235d989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/doc/doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sphinx>=1.8.1,<2.0.0
1111
colorspacious
1212
ipython
1313
ipywidgets
14-
numpydoc>=0.8
14+
numpydoc>=0.8,<0.9
1515
pillow>=3.4,!=5.4.0
1616
sphinx-gallery>=0.2
1717
sphinx-copybutton

0 commit comments

Comments
 (0)
0