Skip to content

Commit 288ae36

Browse files
Merge pull request #51 from openforcefield/skip-gaff
Skip gaff.ipynb
2 parents 8894058 + 06b6ce0 commit 288ae36

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)