Skip to content

Commit

Permalink
Merge pull request #1 from ericholscher/downloads
Browse files Browse the repository at this point in the history
Add download fixes
  • Loading branch information
snide committed Oct 22, 2013
2 parents cee649a + 8028d4f commit 2a1ffff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sphinx_rtd_theme/versions.html
Expand Up @@ -15,12 +15,13 @@
</dl>
<dl>
<dt>Downloads</dt>
<dd><a href="{{ url }}">PDF</a></dd>
<dd><a href="{{ url }}">Epub</a></dd>
<dd><a href="{{ url }}">Zip</a></dd>
{% for type, url in downloads %}
<dd><a href="{{ url }}">{{ type }}</a></dd>
{% endfor %}
</dl>
<hr/>
Free document hosting and versioning provided by <a href="http://www.readthedocs.org">Read the Docs</a>.
Free document hosting provided by <a href="http://www.readthedocs.org">Read the Docs</a>.
</div>
</div>
{% endif %}

0 comments on commit 2a1ffff

Please sign in to comment.