{% extends '!layout.html' %} {# Customise some aspects of the sphinx-rtd-theme to insert github links #} {% block sidebartitle %} {{ super() }} {% endblock %} {% block document %} {{super()}} Fork me on GitHub {% endblock %}