Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 745cbb2

Browse files
committed
DOC: make canonical version stable
1 parent 6530db1 commit 745cbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{%- if '+' in release %}
1616
<link rel="canonical" href="https://matplotlib.org/devdocs/{{pagename}}.html" />
1717
{%- else %}
18-
<link rel="canonical" href="https://matplotlib.org/{{version}}/{{pagename}}.html" />
18+
<link rel="canonical" href="https://matplotlib.org/stable/{{pagename}}.html" />
1919
{%- endif %}
2020
{%- endblock %}
2121

0 commit comments

Comments
 (0)