mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 05:17:50 +08:00
abbd7c8854
Summary: * Label current version with an html id so it can be highlighted in CSS. * Note: Switched out arrow indicator for a disc b/c it's easier (unicode bullets are not well-supported). * Move script file to theme and use standard Sphinx theming to include javascript file.
10 lines
140 B
HTML
10 lines
140 B
HTML
{%- block versions %}
|
|
|
|
<h3>Version</h3>
|
|
|
|
<script type="text/javascript">
|
|
insert_version_links();
|
|
</script>
|
|
|
|
{%- endblock %}
|