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.
1 parent ca19be4 commit a16ab10Copy full SHA for a16ab10
docs/_sources/conf.py
@@ -611,6 +611,7 @@ def format_node_block_docstrings(lines: list) -> None:
611
lines.insert(insert_at, ".. code-block:: Python")
612
if insert_herald:
613
lines.insert(insert_at, "Node Block:")
614
+ print('\n'.join([f'|{line}|' for line in lines]))
615
616
617
def initialize_factory() -> None:
0 commit comments