10000 Revert "DOC: use relative link to style banner page" · matplotlib/matplotlib@5e28a9b · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e28a9b

Browse files
committed
Revert "DOC: use relative link to style banner page"
This reverts commit f915ac2. This change breaks the link on every sub-page
1 parent 25509fa commit 5e28a9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/_templates/layout.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,14 @@ <h3>{{ _('Navigation') }}</h3>
154154
{%- endblock %}
155155
{%- block extrahead %} {% endblock %}
156156

157+
157158
</head>
158159
<body>
159160
<div class="alert" style="background-color: #FEA46C; padding: 10px 0;
160161
">
161162
<h3>We're updating the default styles for Matplotlib 2.0</h3>
162163

163-
<p>Learn what to expect in the <a href="style_changes.html" style="font-weight: bold;
164+
<p>Learn what to expect in the <a href="/style_changes.html" style="font-weight: bold;
164165
color: #11557C;">new updates</a></p>
165166

166167
</div>

0 commit comments

Comments
 (0)
0