{% 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 platform_docs_url(document) -%} {{ pathto(theme_platform_navbar_root + document, 1) }} {%- endmacro %} {% block sidebartitle %} {% if theme_platform_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_platform_navbar | tobool %} {% endif %} {{ super() }} {% endblock %}