{% extends "sphinx_rtd_theme/layout.html" %}
{# Default to Faculty favicon #}
{% if not favicon %}
{% set favicon = "images/favicon.ico" %}
{% 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"
] %}
{% if theme_navigation | tobool %}
{% set css_files = css_files + ["_static/css/navigation.css"] %}
{% endif %}
{% block extrabody %}
{% macro docs_path(document) -%}
{{ pathto(theme_navigation_root + document, 1) }}
{%- endmacro %}
{% if theme_navigation | tobool %}
{% endif %}
{% endblock %}