From d87b193b0bd5be595b0a7f53e779fc506dbfe36b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 4 Jul 2020 17:53:58 +0200 Subject: [PATCH] docs: todo: avoid leaking build details, link only One can just search for them... If really wanted, we could set it to true for dev builds (i.e., no DEB_VERSION defined) Signed-off-by: Thomas Lamprecht --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 2f83ea37..7d18003e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,8 +45,11 @@ PygmentsBridge.latex_formatter = CustomLatexFormatter # 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.ext.graphviz", "sphinx.ext.todo"] +todo_link_only = True + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']