From 0c4cda23b394fb563d24bbb0f7a461799b82a56a Mon Sep 17 00:00:00 2001 From: Mikael Urankar Date: Mon, 2 Nov 2020 17:40:42 +0000 Subject: databases/cassandra4: Update to version 4.0-beta2. PR: 250167 Submitted by: Angelo Polo (maintainer) --- .../patch-doc_source___templates_indexcontent.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 databases/cassandra4/files/patch-doc_source___templates_indexcontent.html (limited to 'databases/cassandra4/files/patch-doc_source___templates_indexcontent.html') diff --git a/databases/cassandra4/files/patch-doc_source___templates_indexcontent.html b/databases/cassandra4/files/patch-doc_source___templates_indexcontent.html new file mode 100644 index 000000000000..98f93b30a521 --- /dev/null +++ b/databases/cassandra4/files/patch-doc_source___templates_indexcontent.html @@ -0,0 +1,17 @@ +--- doc/source/_templates/indexcontent.html.orig 2020-08-28 13:55:55 UTC ++++ doc/source/_templates/indexcontent.html +@@ -1,5 +1,12 @@ +-{% extends "defindex.html" %} +-{% block tables %} ++{% extends "layout.html" %} ++{%- block htmltitle -%} ++{{ html_title }} ++{%- endblock -%} ++{% block body %} ++

{{ docstitle|e }}

++

++ {% trans %}Welcome! This is the documentation for Apache Cassandra {{ version }}.{% endtrans %} ++

+
This documentation is a work-in-progress. + Contributions are welcome.
+ -- cgit v1.2.3