{#- Extend the Read the Docs theme to pin a persistent "Star on GitHub" call-to-action at the top of the sidebar navigation, on every page. The theme's `menu` block renders the toctree; we prepend the CTA and then defer to the default contents via `super()`. -#} {% extends "!layout.html" %} {% block menu %} Star on GitHub {{ super() }} {% endblock %}