We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d553827 + 3a8f992 commit 3b770f5Copy full SHA for 3b770f5
readthedocs/restapi/templates/restapi/footer.html
@@ -34,7 +34,7 @@
34
35
</dl>
36
{% endif %}
37
- {% if not project.single_version %} {# and versions|length > 1 #}
+ {% if not project.single_version and versions|length >= 1 %}
38
<dl>
39
<dt>Versions</dt>
40
{% for version in versions %}
@@ -48,6 +48,7 @@
48
{% endfor %}
49
50
51
+
52
{% if downloads %}
53
54
<dt>Downloads</dt>
@@ -71,15 +72,6 @@
71
72
</dd>
73
74
- {% if print_url %}
75
- <dl>
76
- <dt>Paperback</dt>
77
- <dd>
78
- <a href="{{ print_url }}">Buy this as a paperback</a>
79
- </dd>
80
- </dl>
81
- {% endif %}
82
-
83
{% if github_edit_url %}
84
85
<dt>On GitHub</dt>
0 commit comments