diff --git a/sphinx_rtd_theme/versions.html b/sphinx_rtd_theme/versions.html
index de1d513a..807dbf51 100644
--- a/sphinx_rtd_theme/versions.html
+++ b/sphinx_rtd_theme/versions.html
@@ -15,12 +15,13 @@
- Downloads
- - PDF
- - Epub
- - Zip
+ {% for type, url in downloads %}
+ - {{ type }}
+ {% endfor %}
- Free document hosting and versioning provided by Read the Docs.
+ Free document hosting provided by Read the Docs.
{% endif %}
+