diff --git a/.gitignore b/.gitignore index a1056146c9517d021bc95be08076ddf7fb9f3228..5fa9e7b85f0f2845bc58e69bcb37946059df8c64 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ build/ __pycache__/ *.pyc .*.swp +*~ diff --git a/Documentation/conf.py b/Documentation/conf.py index 8bdf2933d3282f23f80841541b185411433340bf..99ed31428bce88ec12f134789166f30918c1376e 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -37,8 +37,11 @@ extensions = [ "sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx.ext.ifconfig", + "sphinx.ext.todo", ] +todo_include_todos = True + # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path.