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 c99f393 commit a30eb93Copy full SHA for a30eb93
numpydoc/docscrape_sphinx.py
@@ -459,4 +459,4 @@ def _parse_config(s):
459
for part in parts[split_point:]:
460
obj = getattr(obj, part)
461
462
- print(get_doc_object(obj, config=dict(args.config)))
+ print(get_doc_object(obj, config=dict(args.config or [])))
0 commit comments