{# Import the theme's layout. #} {% extends "!layout.html" %} {# Custom CSS overrides #} {% set bootswatch_css_custom = [ '_static/bootstrap.css', '_static/bootstrap-theme.css', '_static/bootstrap_custom.css', '_static/custom.css', '_static/custom-sphinx.css', ] %} {# Add some extra stuff before and use existing with 'super()' call. #} {% block footer %} {{ super() }} {% endblock %}