Skip to content
Snippets Groups Projects
Commit d93e967d authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

Try if myst-nb is better

parent 49d0e230
No related branches found
No related tags found
1 merge request!56Resolve "Plotting CMIP6 data on unstructured grids with psyplot"
Pipeline #10168 passed
......@@ -31,17 +31,21 @@ release = '0.1'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"nbsphinx"
# "nbsphinx"
"myst_nb"
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
nbsphinx_allow_errors = True
#nbsphinx_allow_errors = True
execution_allow_errors = True
#nbsphinx_execute = 'never'
jupyter_execute_notebooks = "on"
#jupyter_execute_notebooks = "on"
jupyter_execute_notebooks = "cache"
nbsphinx_kernel_name = 'anaconda3_bleeding'
nbsphinx_timeout = -1
exection_timeout = -1
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
......
......@@ -24,7 +24,7 @@ dependencies:
# testing
- pytest
- nbval
- nbsphinx
# - nbsphinx
- nbconvert=5.6.1 #from envkernel
- sphinx
- esmvalcore
......@@ -33,5 +33,6 @@ dependencies:
- psy-maps
- psyplot
- pip:
- myst-nb
- envkernel
- shapely
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment