]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: todo: avoid leaking build details, link only
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 4 Jul 2020 15:53:58 +0000 (17:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 4 Jul 2020 15:54:00 +0000 (17:54 +0200)
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 <t.lamprecht@proxmox.com>
docs/conf.py

index 2f83ea37ad73c3adf197d54dc990f2a098e64bdc..7d18003e51d30fb63ac82ba03e79cd60634a0a3a 100644 (file)
@@ -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']