diff --git a/docs/_source/conf.py b/docs/_source/conf.py index b411f2a..cce8018 100644 --- a/docs/_source/conf.py +++ b/docs/_source/conf.py @@ -64,6 +64,7 @@ set_type_checking_flag = True # Enable 'extensive' imports for sphinx_autodoc_typehints nbsphinx_allow_errors = True # Continue through Jupyter errors add_module_names = False # Remove namespaces from class/method signatures +todo_include_todos = True # Add any paths that contain templates here, relative to this directory. templates_path = ["../_templates"]