Skip to content

Commit c8ba7a2

Browse files
committed
apply pre-commit
1 parent fe917bb commit c8ba7a2

File tree

2 files changed

+829
-1
lines changed

2 files changed

+829
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@
7878
for example_notebook in Path("../demo").glob("*/demo.ipynb"):
7979
# Copy the example notebook to the docs folder
8080
dest = (Path("demo_notebooks") / example_notebook.parent.name).with_suffix(".ipynb")
81-
shutil.copyfile(example_notebook, dest)
81+
shutil.copyfile(example_notebook, dest)

0 commit comments

Comments
 (0)