diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-09-04 08:57:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 08:57:25 +0300 |
commit | a8c8b63b70ce3303e56e2e89aefa7c9995cc2443 (patch) | |
tree | 8c663b9e5ec9e20a9d650b3d89522bf4db3a9c5f | |
parent | b95ba5d22c8e567afb5085f6dcc8aa0e499fe525 (diff) | |
parent | f22c85e5f233a8f70553cc0924feb49aef750e7a (diff) | |
download | numpy-a8c8b63b70ce3303e56e2e89aefa7c9995cc2443.tar.gz |
Merge pull request #17220 from mattip/fix17210
BUG, DOC: comment out metadata added via javascript
-rw-r--r-- | doc/source/_templates/layout.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html index 82a323f98..0b0ba6271 100644 --- a/doc/source/_templates/layout.html +++ b/doc/source/_templates/layout.html @@ -1,7 +1,8 @@ {% extends "!layout.html" %} {%- block extrahead %} - <link rel="canonical" href="http://numpy.org/doc/stable/{{ pagename }}{{ file_suffix }}" /> + <!-- this is added via javascript in versionwarning.js --> + <!-- link rel="canonical" href="http://numpy.org/doc/stable/{{ pagename }}{{ file_suffix }}" / --> <style> .navbar-brand img { |