Skip to content

Instantly share code, notes, and snippets.

@OddBloke
Created July 9, 2012 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OddBloke/3076939 to your computer and use it in GitHub Desktop.
Save OddBloke/3076939 to your computer and use it in GitHub Desktop.
Add A GitHub Changelog Sidebar To Sphinx Docs
{% extends '!layout.html' %}
{% block sidebarsourcelink %}
{{ super() }}
<ul>
<li><a href="https://github.com/<user>/<repository>/commits/master/<path to source>/{{ sourcename|replace('.txt', '.rst') }}">Changelog</a></li>
</ul>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment