Skip to content

Commit

Permalink
Show full traceback on notebook execution error (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet authored Jun 6, 2024
1 parent d61c049 commit b7e5016
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
# For myst-nb to find the Jupyter kernel (=environment) to run from
nb_kernel_rgx_aliases = {".*geoutils.*": "python3"}
# To raise a Sphinx build error on notebook failure
nb_execution_raise_on_error = True
nb_execution_raise_on_error = True # To fail documentation build on notebook execution error
nb_execution_show_tb = True # To show full traceback on notebook execution error

intersphinx_mapping = {
"python": ("https://docs.python.org/", None),
Expand Down

0 comments on commit b7e5016

Please sign in to comment.