Skip to content

Commit a16ab10

Browse files
committed
🔊 Debug code-block endings
1 parent ca19be4 commit a16ab10

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
@@ -611,6 +611,7 @@ def format_node_block_docstrings(lines: list) -> None:
611611
lines.insert(insert_at, ".. code-block:: Python")
612612
if insert_herald:
613613
lines.insert(insert_at, "Node Block:")
614+
print('\n'.join([f'|{line}|' for line in lines]))
614615

615616

616617
def initialize_factory() -> None:

0 commit comments

Comments
 (0)