Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slaclau committed Jul 17, 2024
1 parent 8d46226 commit a66953a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
file = (pathlib.Path(__file__).parent / "examples.rst").resolve()
with open(file, "a+", encoding="utf-8") as f:
title = "Examples\n"
f.write("title")
f.write(title)
f.write("="*len(title)+"\n")
for demo in demos:
f.write(f"{demo.replace("_", "\_")}\n")
Expand Down

0 comments on commit a66953a

Please sign in to comment.