diff options
| author | mattip <matti.picus@gmail.com> | 2020-09-02 12:13:27 +0300 |
|---|---|---|
| committer | mattip <matti.picus@gmail.com> | 2020-09-02 12:13:27 +0300 |
| commit | f22c85e5f233a8f70553cc0924feb49aef750e7a (patch) | |
| tree | 7e921eb60967a99cb5665fe2be8dfb13e00d70cb /doc/source/_templates | |
| parent | db866874ccb8c8c814df57eb1edca4fd05eb1753 (diff) | |
| download | numpy-f22c85e5f233a8f70553cc0924feb49aef750e7a.tar.gz | |
BUG: comment out metadata added via javascript
Diffstat (limited to 'doc/source/_templates')
| -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 { |
