Skip to content

Commit f740b87

Browse files
committed
Add live demo
1 parent a4b4234 commit f740b87

4 files changed

Lines changed: 41778 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,12 @@
6565
# List of patterns, relative to source directory, that match files and
6666
# directories to ignore when looking for source files.
6767
# This pattern also affects html_static_path and html_extra_path.
68-
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
68+
exclude_patterns = [
69+
"_build",
70+
"Thumbs.db",
71+
".DS_Store",
72+
"epoch_workshop_2026/live_demo.ipynb",
73+
]
6974

7075
# Numpy-doc config
7176
napoleon_google_docstring = False

0 commit comments

Comments
 (0)