Skip to content

Commit 6acc540

Browse files
DOC: update vendored numpydoc version
Numpydoc upstream at 21a194e9b42ebe95a70475e35cb69bcb4801ff36
1 parent 416e93b commit 6acc540

15 files changed

+1017
-2318
lines changed

doc/sphinxext/numpydoc/__init__.py

100755100644
+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
from __future__ import division, absolute_import, print_function
22

3-
from .numpydoc import setup
3+
__version__ = '0.8.0.dev0'
4+
5+
6+
def setup(app, *args, **kwargs):
7+
from .numpydoc import setup
8+
return setup(app, *args, **kwargs)

doc/sphinxext/numpydoc/comment_eater.py

-169
This file was deleted.

0 commit comments

Comments
 (0)