Skip to content

Commit

Permalink
Do not run NB on RTD temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Jun 25, 2024
1 parent b7e3d40 commit 29eef08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@
]

# myst config
nb_execution_mode = "force" if on_readthedocs else "off"
# Use commented code after https://github.com/pymc-devs/pymc/issues/7384 is fixed
# nb_execution_mode = "force" if on_readthedocs else "off"
nb_execution_mode = "off"
nb_execution_allow_errors = False
nb_execution_raise_on_error = True
nb_execution_timeout = 300
Expand Down

0 comments on commit 29eef08

Please sign in to comment.