Skip to content

Commit 1015463

Browse files
committed
Remove nbsphinx metadata from notebook and update conf.py
1 parent 5cee668 commit 1015463

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.{3,}: | {5,8}: "
7878
copybutton_prompt_is_regexp = True
7979

80-
nb_execution_excludepatterns = ["examples/*.ipynb"] # Gallery examples are broken https://github.com/pydata/xarray/issues/10537
80+
nb_execution_excludepatterns = ["examples/apply_ufunc_vectorize_1d.ipynb"]
8181

8282
# AutoDoc configuration
8383
autosummary_generate = True

doc/examples/apply_ufunc_vectorize_1d.ipynb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"metadata": {},
5+
"metadata": {
6+
"deletable": true,
7+
"editable": true,
8+
"slideshow": {
9+
"slide_type": ""
10+
},
11+
"tags": []
12+
},
613
"source": [
714
"# Applying unvectorized functions with `apply_ufunc`"
815
]
@@ -714,9 +721,6 @@
714721
"pygments_lexer": "ipython3",
715722
"version": "3.8.10"
716723
},
717-
"nbsphinx": {
718-
"allow_errors": true
719-
},
720724
"org": null,
721725
"toc": {
722726
"base_numbering": 1,

0 commit comments

Comments
 (0)