]> git.pld-linux.org Git - packages/python-urwid.git/blob - 0002-Use-non-deprecated-template.patch
rebuild with tests and docs
[packages/python-urwid.git] / 0002-Use-non-deprecated-template.patch
1 From: Jochen Sprickerhof <jspricke@debian.org>
2 Date: Sun, 9 Aug 2020 17:04:59 +0200
3 Subject: Use non deprecated template
4
5 defindex.html was deprecated a long time ago, see
6
7 https://github.com/python/cpython/commit/7970cd483346dfd7723da214fb27399ecc574095
8
9 for example.
10 ---
11  docs/tools/templates/indexcontent.html | 2 +-
12  1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/docs/tools/templates/indexcontent.html b/docs/tools/templates/indexcontent.html
15 index b7d2ca6..bd50389 100644
16 --- a/docs/tools/templates/indexcontent.html
17 +++ b/docs/tools/templates/indexcontent.html
18 @@ -1,4 +1,4 @@
19 -{% extends "!defindex.html" %}
20 +{% extends "layout.html" %}
21  {% block body %}
22  <h1>Urwid{% if 'dev' in release %} development version{% endif %}</h1>
23  <div style="float: left; width: 500px;">
This page took 0.05543 seconds and 3 git commands to generate.