Skip to content

Commit 06b6ce0

Browse files
Skip gaff.ipynb
1 parent 8894058 commit 06b6ce0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/_ext/cookbook/globals_.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@
8181
DEFAULT_CACHE_BRANCH = "_cookbook_data_main"
8282
"""Branch of the openff-docs repository where cached notebooks are stored."""
8383

84-
SKIP_NOTEBOOKS: set[str] = {}
84+
SKIP_NOTEBOOKS: set[str] = {
85+
"openforcefield/openff-interchange/experimental/openmmforcefields/gaff.ipynb",
86+
}
8587
"""
8688
Notebooks that will not be processed.
8789

0 commit comments

Comments
 (0)