From 4fc2e7a641afd28471941de10daa1004ef028b37 Mon Sep 17 00:00:00 2001 From: Rahix <rahix@rahix.de> Date: Sat, 13 Jul 2019 03:07:18 +0200 Subject: [PATCH] doc: Enable TODOs Signed-off-by: Rahix <rahix@rahix.de> --- .gitignore | 1 + Documentation/conf.py | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a1056146..5fa9e7b8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ build/ __pycache__/ *.pyc .*.swp +*~ diff --git a/Documentation/conf.py b/Documentation/conf.py index 8bdf2933..99ed3142 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. -- GitLab