Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 114afa7

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

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+4-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.