diff --git a/docs/templates/layout.html b/docs/templates/layout.html index 6ba9e6ff0..86ac3f33c 100644 --- a/docs/templates/layout.html +++ b/docs/templates/layout.html @@ -8,19 +8,4 @@ {% block htmltitle %}{% if pagename == 'index' %}Django REST framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}{% endblock %} -{% block extrahead %} -{{ super() }} - -{% endblock %}