From 719095de3d31ca349a669e5dfa476733b30da916 Mon Sep 17 00:00:00 2001 From: yanitski Date: Wed, 1 May 2024 15:10:46 +0200 Subject: [PATCH] enable todos - needed to set variable in `conf.py` --- docs/_source/conf.py | 1 + 1 file changed, 1 insertion(+) 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"]