diff options
author | Susan Chang <shu.chang@alum.utoronto.ca> | 2020-09-01 07:51:03 -0400 |
---|---|---|
committer | Susan Chang <shu.chang@alum.utoronto.ca> | 2020-09-01 07:51:03 -0400 |
commit | 6a0efcbfa6dcc92a6b3178b0feed5f9240f292f2 (patch) | |
tree | 42a6649f5b5063900ec2472ae58285f8b7f2127d /doc/source/_templates | |
parent | 5a25de880501d641c01100740f0ad42c374a9505 (diff) | |
download | numpy-6a0efcbfa6dcc92a6b3178b0feed5f9240f292f2.tar.gz |
Remove block to fix duplicate elements
Diffstat (limited to 'doc/source/_templates')
-rw-r--r-- | doc/source/_templates/layout.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html index ecfa08a61..28e9b51d3 100644 --- a/doc/source/_templates/layout.html +++ b/doc/source/_templates/layout.html @@ -1,10 +1,7 @@ {% extends "!layout.html" %} {%- block extrahead %} - -{% block linktags %} <link rel="canonical" href="http://numpy.org/doc/stable/{{ pagename }}{{ file_suffix }}" /> -{% endblock %} <style> .navbar-brand img { |