File: 0006-todo-link-only.patch

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (16 lines) | stat: -rw-r--r-- 572 bytes parent folder | download
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"