We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce0272 commit b46e551Copy full SHA for b46e551
numpydoc/__init__.py
@@ -3,6 +3,6 @@
3
__version__ = '0.8.0.dev0'
4
5
6
-def setup(*args, **kwargs):
+def setup(app, *args, **kwargs):
7
from .numpydoc import setup
8
- return setup(*args, **kwargs)
+ return setup(app, *args, **kwargs)
0 commit comments