Created
July 9, 2012 14:44
-
-
Save OddBloke/3076939 to your computer and use it in GitHub Desktop.
Add A GitHub Changelog Sidebar To Sphinx Docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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