We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd8285 commit bd399e3Copy full SHA for bd399e3
docs/_templates/versions.html
@@ -1,11 +1,7 @@
1
{# Add rst-badge after rst-versions for small badge style. #}
2
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions">
3
<span class="rst-current-version" data-toggle="rst-current-version">
4
- {% for type, url in downloads %}
5
- {% if type == 'PDF' %}
6
- <a href="{{ url }}">{{ type }}</a>
7
- {% endif %}
8
- {% endfor %}
+ <span class="fa fa-book fa-element"> RTD </span>
9
10
<span class="fa fa-element">
11
<input class="container_toggle" type="checkbox" id="switch" name="mode">
0 commit comments