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

Skip to content

Commit 95a0b65

Browse files
authored
Merge pull request matplotlib#17126 from timhoffm/py2-info
Remove Python2/3 info box
2 parents 74e7684 + 07e4eb2 commit 95a0b65

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
@@ -265,8 +265,10 @@ def _check_dependencies():
265265

266266
# Custom sidebar templates, maps page names to templates.
267267
html_sidebars = {
268-
'index': ['sidebar_announcement.html', 'sidebar_versions.html',
269-
'donate_sidebar.html'],
268+
'index': [
269+
# 'sidebar_announcement.html',
270+
'sidebar_versions.html',
271+
'donate_sidebar.html'],
270272
'**': ['localtoc.html', 'relations.html', 'pagesource.html']
271273
}
272274

0 commit comments

Comments
 (0)