Skip to content

Commit

Permalink
skip archived
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Aug 30, 2023
1 parent 348309a commit d31c167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterbook/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: IOOS # The author of the book
logo: images/IOOS_logo.png # A path to the book logo

# Patterns to skip when building the book. Can be glob-style (e.g. "*skip.ipynb")
exclude_patterns: [_build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"]
exclude_patterns: [_build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints", "**.archived.ipynb"]
# Auto-exclude files not in the toc
only_build_toc_files: true

Expand Down

0 comments on commit d31c167

Please sign in to comment.