diff --git a/CHANGES b/CHANGES index 66e84aa871..c186feb524 100644 --- a/CHANGES +++ b/CHANGES @@ -24,7 +24,7 @@ Bugs fixed * #3009: Bad rendering of parsed-literals in LaTeX since Sphinx 1.4.4 * #3000: ``option`` directive generates invalid HTML anchors * #2984: Invalid HTML has been generated if `html_split_index` enabled -* #2986: themes/basic/defindex.html should be changed for html5 friendly +* Remove themes/basic/defindex.html; no longer used Documentation ------------- diff --git a/sphinx/themes/basic/defindex.html b/sphinx/themes/basic/defindex.html deleted file mode 100644 index 33becfa0d6..0000000000 --- a/sphinx/themes/basic/defindex.html +++ /dev/null @@ -1,35 +0,0 @@ -{# - basic/defindex.html - ~~~~~~~~~~~~~~~~~~~ - - Default template for the "index" page. - - :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -#} -{%- extends "layout.html" %} -{% set title = _('Overview') %} -{% block body %} -
- {{ _('Welcome! This is') }} - {% block description %}{{ _('the documentation for') }} {{ project|e }} - {{ release|e }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}{% endblock %}. -
- {% block tables %} -{{ _('Indices and tables:') }}
-|
- {{ _('Complete Table of Contents') }} {{ _('Search Page') }} |
- {{ _('Global Module Index') }} {{ _('General Index') }} |