From: Thomas Lamprecht Date: Sat, 4 Jul 2020 15:53:58 +0000 (+0200) Subject: docs: todo: avoid leaking build details, link only X-Git-Tag: v0.7.0~8 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d87b193b0bd5be595b0a7f53e779fc506dbfe36b;p=proxmox-backup.git 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 --- 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']