File: do-not-embed-timestamps-in-html.diff

package info (click to toggle)
lxml 6.0.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 32,556 kB
  • sloc: python: 30,606; javascript: 1,640; ansic: 300; xml: 267; makefile: 243; sh: 68
file content (25 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (3)
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 ce24e7825f1da92b91704ef13ba337de917165b3 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Sun, 11 Jul 2021 16:39:05 +0000
Subject: [PATCH] doc/mkhtml.py: Do not embed timestamps in html documentation.

---
 doc/mkhtml.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/mkhtml.py b/doc/mkhtml.py
index c652335..3542ba7 100644
--- a/doc/mkhtml.py
+++ b/doc/mkhtml.py
@@ -19,7 +19,7 @@ RST2HTML_OPTIONS = " ".join([
     '--no-toc-backlinks',
     '--strip-comments',
     '--language en',
-    '--date',
+    '--no-datestamp',
     ])
 
 XHTML_NS = 'http://www.w3.org/1999/xhtml'
-- 
2.20.1