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