todo package added

This commit is contained in:
Lukas Klass 2020-05-25 17:00:00 +02:00
parent 1c208db4dc
commit 21d0a4cf27
1 changed files with 1 additions and 1 deletions

View File

@ -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']