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

Skip to content

Commit 9d6a38d

Browse files
committed
Remove badge sidebar from website
1 parent 7a6bab7 commit 9d6a38d

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

doc/_templates/badgesidebar.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

doc/_templates/indexsidebar.html

Whitespace-only changes.

doc/conf.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,9 @@ def _check_deps():
241241

242242
# Custom sidebar templates, maps page names to templates.
243243
html_sidebars = {
244-
'index': ['badgesidebar.html','donate_sidebar.html',
245-
'indexsidebar.html', 'searchbox.html'],
246-
'**': ['badgesidebar.html', 'localtoc.html',
247-
'relations.html', 'sourcelink.html', 'searchbox.html']
244+
'index': ['donate_sidebar.html', 'searchbox.html'],
245+
'**': ['localtoc.html', 'relations.html',
246+
'sourcelink.html', 'searchbox.html']
248247
}
249248

250249
# If false, no module index is generated.

0 commit comments

Comments
 (0)