Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/_templates/versions.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{# Add rst-badge after rst-versions for small badge style. #}
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions">
<span class="rst-current-version" data-toggle="rst-current-version">
{% for type, url in downloads %}
{% if type == 'PDF' %}
<a href="{{ url }}">{{ type }}</a>
{% endif %}
{% endfor %}
<span class="fa fa-book fa-element"> RTD </span>

<span class="fa fa-element">
<input class="container_toggle" type="checkbox" id="switch" name="mode">
Expand Down