Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6530db1 commit 745cbb2Copy full SHA for 745cbb2
1 file changed
doc/_templates/layout.html
@@ -15,7 +15,7 @@
15
{%- if '+' in release %}
16
<link rel="canonical" href="https://matplotlib.org/devdocs/{{pagename}}.html" />
17
{%- else %}
18
- <link rel="canonical" href="https://matplotlib.org/{{version}}/{{pagename}}.html" />
+ <link rel="canonical" href="https://matplotlib.org/stable/{{pagename}}.html" />
19
{%- endif %}
20
{%- endblock %}
21
0 commit comments