Skip to content

Commit de63e38

Browse files
Don't execute hourly climatology notebook (#98)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5e2ad20 commit de63e38

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/source/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,14 @@
5757
current_year = datetime.datetime.now().year
5858
copyright = f"2021-{current_year}, Deepak Cherian"
5959
author = "Deepak Cherian"
60+
61+
# Myst_nb options
62+
nb_execution_excludepatterns = ["climatology-hourly.ipynb"]
63+
nb_execution_raise_on_error = True
64+
6065
# The version info for the project you're documenting, acts as replacement for
6166
# |version| and |release|, also used in various other places throughout the
6267
# built documents.
63-
#
6468
# The short X.Y version.
6569
version = flox.__version__.split("+")[0]
6670
# The full version, including alpha/beta/rc tags.

docs/source/user-stories/climatology-hourly.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,9 @@
17021702
"metadata": {},
17031703
"source": [
17041704
"View the performance report\n",
1705-
"[here](https://rawcdn.githack.com/dcherian/flox/592c46ba0bb859f732968b68426b6332caebc213/docs/source/user-stories/hourly-climatology.html)\n"
1705+
"[here](https://rawcdn.githack.com/dcherian/flox/592c46ba0bb859f732968b68426b6332caebc213/docs/source/user-stories/hourly-climatology.html),\n",
1706+
"and a video of the dask dashboard\n",
1707+
"[here](https://drive.google.com/file/d/1uY36DiTbv1w7TefbrCEyBcOli5NiaNUP/view?usp=sharing)\n"
17061708
]
17071709
}
17081710
],
@@ -1724,6 +1726,9 @@
17241726
"pygments_lexer": "ipython3",
17251727
"version": "3.9.12"
17261728
},
1729+
"mystnb": {
1730+
"execution_mode": "off"
1731+
},
17271732
"widgets": {
17281733
"application/vnd.jupyter.widget-state+json": {
17291734
"state": {

0 commit comments

Comments
 (0)