Skip to content

Commit

Permalink
Notebook converter fix (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikurecic authored Jun 13, 2024
1 parent 026cc47 commit bdc574c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook_converter/notebook_to_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ def generate_code_output_block(output_source: List[str] = None, only_header: boo
[
f"# {line}"
for line in [
".. rst-class :: sphx-glr-script-out",
".. rst-class:: sphx-glr-script-out",
"",
".. code-block: none",
".. code-block:: none",
"",
]
]
Expand Down

0 comments on commit bdc574c

Please sign in to comment.