summaryrefslogtreecommitdiffstats
path: root/src/pallets_sphinx_themes/themes/pocoo/versions.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/pallets_sphinx_themes/themes/pocoo/versions.html')
-rw-r--r--src/pallets_sphinx_themes/themes/pocoo/versions.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pallets_sphinx_themes/themes/pocoo/versions.html b/src/pallets_sphinx_themes/themes/pocoo/versions.html
new file mode 100644
index 0000000..b3a63de
--- /dev/null
+++ b/src/pallets_sphinx_themes/themes/pocoo/versions.html
@@ -0,0 +1,8 @@
+{% if versions %}
+ <h3>Versions</h3>
+ <ul class="versions">{% for version in versions %}
+ <li><a href="{{ version.href() }}" {% if version.current %}class="current"{% endif %}>
+ {{ version.name }}
+ </a></li>
+ {% endfor %}</ul>
+{% endif %}