{% 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 menu_link_content(record) -%} {{- record.title -}} {%- if record.external %}{% endif -%} {% endmacro %} {% macro menu_link(record) %} {%- if record.url is defined -%} {{ menu_link_content(record) }} {%- else -%} {%- endif -%} {% endmacro %} {% block sidebartitle %} {% if faculty_navbar %}
{% 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 faculty_navbar %} {% endif %} {{ super() }} {% endblock %}