Skip to content

Commit 29eef08

Browse files
committed
Do not run NB on RTD temporarily
1 parent b7e3d40 commit 29eef08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@
146146
]
147147

148148
# myst config
149-
nb_execution_mode = "force" if on_readthedocs else "off"
149+
# Use commented code after https://github.com/pymc-devs/pymc/issues/7384 is fixed
150+
# nb_execution_mode = "force" if on_readthedocs else "off"
151+
nb_execution_mode = "off"
150152
nb_execution_allow_errors = False
151153
nb_execution_raise_on_error = True
152154
nb_execution_timeout = 300

0 commit comments

Comments
 (0)