mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #2986: `themes/basic/defindex.html` is now deprecated
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -4,6 +4,8 @@ Release 1.5 beta2 (in development)
|
||||
Incompatible changes
|
||||
--------------------
|
||||
|
||||
* #2986: ``themes/basic/defindex.html`` is now deprecated
|
||||
|
||||
Features added
|
||||
--------------
|
||||
|
||||
|
||||
@@ -353,6 +353,7 @@ class StandaloneHTMLBuilder(Builder):
|
||||
parents = [],
|
||||
logo = logo,
|
||||
favicon = favicon,
|
||||
warn = self.warn
|
||||
)
|
||||
if self.theme:
|
||||
self.globalcontext.update(
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user