diff --git a/docs/conf.py b/docs/conf.py index d768c11fc..932263a0a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -299,3 +299,5 @@ nbsphinx_custom_formats = { ".md": ["jupytext.reads", {"fmt": "mystnb"}], } + +nbsphinx_allow_errors = True