Skip to content

Commit

Permalink
Merge pull request #51 from openforcefield/skip-gaff
Browse files Browse the repository at this point in the history
Skip gaff.ipynb
  • Loading branch information
Yoshanuikabundi authored Apr 26, 2024
2 parents 8894058 + 06b6ce0 commit 288ae36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/_ext/cookbook/globals_.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
DEFAULT_CACHE_BRANCH = "_cookbook_data_main"
"""Branch of the openff-docs repository where cached notebooks are stored."""

SKIP_NOTEBOOKS: set[str] = {}
SKIP_NOTEBOOKS: set[str] = {
"openforcefield/openff-interchange/experimental/openmmforcefields/gaff.ipynb",
}
"""
Notebooks that will not be processed.
Expand Down

0 comments on commit 288ae36

Please sign in to comment.