{% extends "sphinx_rtd_theme/layout.html" %} {# Default to Faculty favicon #} {% if not favicon %} {% set favicon = "images/favicon.ico" %} {% endif %} {# Default to Faculty logo #} {% if not logo %} {% set logo = "images/faculty.svg" %} {% endif %} {% set css_files = css_files + [ "_static/css/faculty.css", "https://fonts.googleapis.com/css?family=IBM+Plex+Sans|Roboto:400,700|Roboto+Mono:400,700&display=swap" ] %} {% macro navbar_entry(heading, content) -%} {% if heading.strip() %} {% set (heading_title, heading_url) = heading.strip().rsplit(None, 1) %}
  • {{ heading_title }} {% set menu_items = content.split(",") %} {% if menu_items %} {% endif %}
  • {% endif %} {%- endmacro %} {% block sidebartitle %} {% if theme_navbar | tobool %}
    {% if not theme_logo_only %} {{ project }} {% endif %} {% else %}
    {% if not theme_logo_only %} {{ project }} {% endif %}
    {% endif %} {% if theme_display_version %} {%- set nav_version = version %} {% if READTHEDOCS and current_version %} {%- set nav_version = current_version %} {% endif %} {% if nav_version %}
    {{ nav_version }}
    {% endif %} {% endif %} {% include "searchbox.html" %} {% endblock %} {% block content %} {% if theme_navbar | tobool %} {% endif %} {{ super() }} {% endblock %}