{% extends "basic/layout.html" %}
{% block rootrellink %}
{# This chunk fails on ReadTheDocs and is not relevant outside of Sage's documentation.
Replacing this chunk with a simplified version
{% if docstit.startswith('Sage Documentation') %}
{% else %}
{% if pathto(master_doc).endswith('.html') %}
{% else %}
{% endif %}
{% endif %}
#}
{{ super() }}
{% endblock %}
{% block extrahead %}
{% endblock %}
{%- block footer %}
{{ super() }}
{%- endblock %}
{%- macro sidebar() %}
{%- if not embedded %}{% if not theme_nosidebar|tobool %}