{% 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 %}