Skip to content
Snippets Groups Projects

Resolve "Plotting CMIP6 data on unstructured grids with psyplot"

1 file
+ 7
7
Compare changes
  • Side-by-side
  • Inline
+ 7
7
@@ -31,21 +31,21 @@ release = '0.1'
@@ -31,21 +31,21 @@ release = '0.1'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
# ones.
extensions = [
extensions = [
# "nbsphinx"
"nbsphinx"
"myst_nb"
# "myst_nb"
]
]
# Add any paths that contain templates here, relative to this directory.
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
templates_path = ['_templates']
#nbsphinx_allow_errors = True
nbsphinx_allow_errors = True
execution_allow_errors = True
#execution_allow_errors = True
#nbsphinx_execute = 'never'
#nbsphinx_execute = 'never'
#jupyter_execute_notebooks = "on"
jupyter_execute_notebooks = "on"
jupyter_execute_notebooks = "cache"
#jupyter_execute_notebooks = "cache"
nbsphinx_kernel_name = 'anaconda3_bleeding'
nbsphinx_kernel_name = 'anaconda3_bleeding'
nbsphinx_timeout = -1
nbsphinx_timeout = -1
exection_timeout = -1
#exection_timeout = -1
# List of patterns, relative to source directory, that match files and
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# directories to ignore when looking for source files.
Loading