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 f99c628 commit e15207fCopy full SHA for e15207f
sphinx_automodapi/utils.py
@@ -9,8 +9,8 @@
9
from sphinx.ext.autosummary.generate import find_autosummary_in_docstring
10
11
__all__ = ['cleanup_whitespace',
12
- 'find_mod_objs', 'find_autosummary_in_lines_for_automodsumm',
13
- ]
+ 'find_mod_objs',
+ 'find_autosummary_in_lines_for_automodsumm']
14
15
SPHINX_LT_8_3 = Version(sphinx.__version__) < Version("8.3.dev")
16
0 commit comments