1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: =?utf-8?q?Rapha=C3=ABl_Hertzog?= <hertzog@debian.org>
Date: Fri, 14 Mar 2025 16:44:12 +0100
Subject: Enable condition=prod when building docs
This disables the sections marked as condition="testing"
which embed video tags that are then caught by lintian.
Last-Update: 2018-02-06
Forwarded: not-needed
---
Users_Guide/publican.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Users_Guide/publican.cfg b/Users_Guide/publican.cfg
index 180e85f..27a872e 100644
--- a/Users_Guide/publican.cfg
+++ b/Users_Guide/publican.cfg
@@ -16,6 +16,6 @@ chunk_section_depth: 1
show_remarks: 1
type: Book
toc_section_depth: 5
-#condition: prod
+condition: prod
#pdf_body_font: "Liberation Sans"
#pdf_mono_font: "Liberation Mono"
|