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 e577341 commit 8ee66bdCopy full SHA for 8ee66bd
numpydoc/numpydoc.py
@@ -134,7 +134,7 @@ def setup(app, get_doc_object_=get_doc_object):
134
app.add_config_value('numpydoc_show_class_members', True, True)
135
app.add_config_value('numpydoc_show_inherited_class_members', True, True)
136
app.add_config_value('numpydoc_class_members_toctree', True, True)
137
- app.add_config_value('numpydoc_citation_re', '[a-z0-9_.-]', True)
+ app.add_config_value('numpydoc_citation_re', '[a-z0-9_.-]+', True)
138
139
# Extra mangling domains
140
app.add_domain(NumpyPythonDomain)
0 commit comments