Skip to content

Commit 1e6067c

Browse files
committed
Remove obsolete cut_lines from conf.py
1 parent abb3ead commit 1e6067c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,8 @@ def build_redirects(app: Sphinx, exception: Exception | None) -> None:
339339

340340

341341
def setup(app: Sphinx) -> None:
342-
from sphinx.ext.autodoc import cut_lines
343342
from sphinx.util.docfields import GroupedField
344343

345-
app.connect('autodoc-process-docstring', cut_lines(4, what=['module']))
346344
app.connect('include-read', linkify_issues_in_changelog)
347345
app.connect('build-finished', build_redirects)
348346
fdesc = GroupedField(

0 commit comments

Comments
 (0)