Fix #2986: `themes/basic/defindex.html` is now deprecated

This commit is contained in:
Takeshi KOMIYA
2016-11-18 12:11:01 +09:00
parent 12507384ae
commit 8a1703c944
3 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ Release 1.5 beta2 (in development)
Incompatible changes
--------------------
* #2986: ``themes/basic/defindex.html`` is now deprecated
Features added
--------------

View File

@@ -353,6 +353,7 @@ class StandaloneHTMLBuilder(Builder):
parents = [],
logo = logo,
favicon = favicon,
warn = self.warn
)
if self.theme:
self.globalcontext.update(

View File

@@ -6,7 +6,7 @@
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
#}{{ warn('Now base template defindex.html is deprecated.') }}
{%- extends "layout.html" %}
{% set title = _('Overview') %}
{% block body %}