Skip to content

Commit 51bc781

Browse files
committed
⚗️ Debugging print statement
1 parent 0e25c66 commit 51bc781

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
@@ -597,6 +597,7 @@ def format_node_block_docstrings(app, what, name, obj, options, lines):
597597
if insert_at is not None:
598598
lines.insert(insert_at, '')
599599
lines.insert(insert_at, ".. code-block:: Python")
600+
print('\n'.join([f'|{line}|' for line in lines]))
600601

601602

602603
def setup(app):

0 commit comments

Comments
 (0)