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.
cut_lines
conf.py
1 parent abb3ead commit 1e6067cCopy full SHA for 1e6067c
doc/conf.py
@@ -339,10 +339,8 @@ def build_redirects(app: Sphinx, exception: Exception | None) -> None:
339
340
341
def setup(app: Sphinx) -> None:
342
- from sphinx.ext.autodoc import cut_lines
343
from sphinx.util.docfields import GroupedField
344
345
- app.connect('autodoc-process-docstring', cut_lines(4, what=['module']))
346
app.connect('include-read', linkify_issues_in_changelog)
347
app.connect('build-finished', build_redirects)
348
fdesc = GroupedField(
0 commit comments