summaryrefslogtreecommitdiff
path: root/doc/source/_templates/layout.html
blob: e2812fdd5ff3cd5392f68897e4a122aee83caf13 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "!layout.html" %}

{%- block extrahead %}
{{ super() }}
<link rel="stylesheet" href="{{ pathto('_static/numpy.css', 1) }}" type="text/css" />

    <!-- PR #17220: This is added via javascript in versionwarning.js  -->
    <!-- link rel="canonical" href="http://numpy.org/doc/stable/{{ pagename }}{{ file_suffix }}" / -->

{% endblock %}