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 40cd61d commit 58cf671Copy full SHA for 58cf671
numpydoc/tests/test_numpydoc.py
@@ -13,6 +13,7 @@ class MockConfig():
13
templates_path = []
14
numpydoc_edit_link = False
15
numpydoc_citation_re = '[a-z0-9_.-]+'
16
+ numpydoc_attributes_as_param_list = True
17
18
class MockBuilder():
19
config = MockConfig()
0 commit comments