Skip to content

Commit 114afa7

Browse files
authored
Merge pull request matplotlib#17132 from meeseeksmachine/auto-backport-of-pr-17126-on-v3.2.x
Backport PR matplotlib#17126 on branch v3.2.x (Remove Python2/3 info box)
2 parents 8838027 + 6c66d71 commit 114afa7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,10 @@ def _check_dependencies():
260260

261261
# Custom sidebar templates, maps page names to templates.
262262
html_sidebars = {
263-
'index': ['sidebar_announcement.html', 'sidebar_versions.html',
264-
'donate_sidebar.html'],
263+
'index': [
264+
# 'sidebar_announcement.html',
265+
'sidebar_versions.html',
266+
'donate_sidebar.html'],
265267
'**': ['localtoc.html', 'relations.html', 'pagesource.html']
266268
}
267269

0 commit comments

Comments
 (0)