Skip to content

Commit bf3f3d8

Browse files
committed
Pin numpydoc to pre-0.8 to fix dev docs formatting
See numpy/numpydoc#215 (comment) for more.
1 parent 51d4fd9 commit bf3f3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sphinx 1.7.8 has a bug when building on cached envs
22
# https://github.com/sphinx-doc/sphinx/issues/5361
33
sphinx>=1.3,!=1.7.8
4-
numpydoc>=0.6
4+
numpydoc>=0.7,<0.8
55
sphinx-gallery
66
sphinx-copybutton
77
pytest-runner

0 commit comments

Comments
 (0)