Skip to content

Commit 0e25c66

Browse files
committed
fixup! fixup! 🎨 Delete extra lines in docstring
1 parent fe301ea commit 0e25c66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/_sources/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,7 @@ def format_node_block_docstrings(app, what, name, obj, options, lines):
595595
if first_to_del is not None:
596596
del lines[first_to_del:]
597597
if insert_at is not None:
598+
lines.insert(insert_at, '')
598599
lines.insert(insert_at, ".. code-block:: Python")
599600

600601

0 commit comments

Comments
 (0)