diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index f84364b..7f4489b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -207,4 +207,6 @@ autodoc_default_options = { "undoc-members": True, "inherited-members": True, "show-inheritance": True -}
\ No newline at end of file +} + +nbsphinx_allow_errors = True |
