1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Disable todolist file-path link
This fixes the file-references-package-build-path lintian tag
Author: Jonathan Rubenstein <jrubcop@gmail.com>
Forwarded: not-needed
--- a/manual/conf.py
+++ b/manual/conf.py
@@ -455,7 +455,7 @@
# If true, `todo` and `todoList` produce output, else they produce nothing.
# if not release.endswith("release"):
todo_include_todos = True
-# todo_link_only = True
+todo_link_only = True
# Use libjs-mathjax package for MathJax (from Debian)
mathjax_path = "/usr/share/javascript/mathjax/MathJax.js?config=TeX-MML-AM_CHTML"
|