Skip to content

Commit

Permalink
Merge pull request #291 from zmoon/run-idealized
Browse files Browse the repository at this point in the history
Run the two low-mem notebooks in docs build
  • Loading branch information
zmoon authored Nov 21, 2024
2 parents 34195a9 + 304f348 commit ab456e1
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 5,073 deletions.
9 changes: 6 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,14 @@
napoleon_preprocess_types = True

nb_execution_timeout = 300 # in seconds, for each notebook cell (default: 30)
# nb_execution_mode = "auto" # don't execute if all cells have output (default)
nb_execution_mode = "auto" # don't execute if all cells have output (default)
# nb_execution_mode = "cache" # to speed build when working on other things
nb_execution_mode = "off"
# 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
1 change: 1 addition & 0 deletions docs/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- pillow<10
#
# Extras
- numba
- pooch
- timezonefinder
- typer
Expand Down
8 changes: 0 additions & 8 deletions docs/examples/AEROMMA_UFS-AQM_Plots.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3071,14 +3071,6 @@
"#And this generates all the plots.\n",
"an.plotting()"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0cb5d8e3-2cd9-4dd4-afa4-349f2b9c3e6b",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading

0 comments on commit ab456e1

Please sign in to comment.