mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-165)
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
{% extends "defindex.html" %}
|
||||
{% block tables %}
|
||||
{% extends "layout.html" %}
|
||||
{%- block htmltitle -%}
|
||||
<title>{{ shorttitle }}</title>
|
||||
{%- endblock -%}
|
||||
{% block body %}
|
||||
<h1>{{ docstitle|e }}</h1>
|
||||
<p>
|
||||
{% trans %}Welcome! This is the documentation for Python {{ release }}{% endtrans %}
|
||||
</p>
|
||||
<p><strong>{% trans %}Parts of the documentation:{% endtrans %}</strong></p>
|
||||
<table class="contentstable" align="center"><tr>
|
||||
<td width="50%">
|
||||
|
||||
Reference in New Issue
Block a user