Skip to content

Commit 70adb27

Browse files
Exclude all colab notebooks from rendering
1 parent eae68dc commit 70adb27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,10 @@
141141
"Thumbs.db",
142142
".DS_Store",
143143
"_*",
144-
# Don't render this, but keep the exclude path specific so that /workshops/2024/ is rendered
144+
# Don't render colab notebooks
145+
"workshops/2024/protein_prep/colab-protein_prep.ipynb",
145146
"workshops/2024/smirnoff/colab-smirnoff.ipynb",
147+
"workshops/2024/vignettes/colab-vignettes.ipynb",
146148
]
147149

148150

0 commit comments

Comments
 (0)