{# Import the theme's layout. #} {% extends "sphinx_rtd_theme/layout.html" %} {# Custom CSS overrides #} {# We have to put this here to make the themes CSS be the last one in the list and overwrite the ones above #} {% set bootswatch_css_custom = ['https://fonts.googleapis.com/css?family=Open+Sans:400,600,700'] + ['_static/sheffieldhpc.css'] %} {%- block content %} {{ super() }} {%- endblock %} {%- block footer %} {%- endblock %}