Files
scikit-image/doc/source/_templates/versions.html
T
Tony S Yu abbd7c8854 DOC: Use CSS to style versions sidebar.
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.
2012-02-09 00:02:57 -05:00

10 lines
140 B
HTML

{%- block versions %}
<h3>Version</h3>
<script type="text/javascript">
insert_version_links();
</script>
{%- endblock %}