From 21d0a4cf277772bb8e15d230368561492296f9a4 Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Mon, 25 May 2020 17:00:00 +0200 Subject: [PATCH] todo package added --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4800e45..3d9ef01 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -31,7 +31,7 @@ release = '1.0.0' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ["sphinx_rtd_theme"] +extensions = ["sphinx_rtd_theme", "sphinx.ext.todo"] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']