We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e3d40 commit 29eef08Copy full SHA for 29eef08
docs/source/conf.py
@@ -146,7 +146,9 @@
146
]
147
148
# myst config
149
-nb_execution_mode = "force" if on_readthedocs else "off"
+# 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"
152
nb_execution_allow_errors = False
153
nb_execution_raise_on_error = True
154
nb_execution_timeout = 300
0 commit comments