Skip to content

Commit

Permalink
Get tutorial data nb running too, ignore others
Browse files Browse the repository at this point in the history
the save/read paired data ones are based on AirNow--WRF-Chem,
so would likely fail on GH/RTD
  • Loading branch information
zmoon committed Oct 8, 2024
1 parent 0463e72 commit 304f348
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 554 deletions.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
# nb_execution_mode = "cache" # to speed build when working on other things
# nb_execution_mode = "off"
nb_execution_excludepatterns = [
"examples/airnow_wrfchem.ipynb",
"examples/AEROMMA_*.ipynb",
"examples/airnow_*.ipynb",
"examples/camchem.ipynb",
"examples/*_paired_data.ipynb",
]
nb_execution_show_tb = True

Expand Down
Loading

0 comments on commit 304f348

Please sign in to comment.