Skip to content

Commit ba759a9

Browse files
committed
#55 opt out of remote execution of notebooks by nbsphinx
1 parent e31c731 commit ba759a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
templates_path = ["_templates"]
5757
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
5858

59+
# -- nbsphinx config ----------------------------------------------------------
60+
# Opt out of executing the notebooks remotely. This will save time in the remote build process on readthedocs. The notebooks in /docs/notebooks will be parsed/converted, but not re-executed.
61+
nbsphinx_execute = "never"
62+
5963
# MyST options for working with markdown files. Info about extensions here https://myst-parser.readthedocs.io/en/latest/syntax/optional.html?highlight=math#admonition-directives
6064
myst_enable_extensions = ["dollarmath", "amsmath", "colon_fence", "linkify"]
6165

0 commit comments

Comments
 (0)