Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6bab7 commit 9d6a38dCopy full SHA for 9d6a38d
doc/_templates/badgesidebar.html
doc/_templates/indexsidebar.html
doc/conf.py
@@ -241,10 +241,9 @@ def _check_deps():
241
242
# Custom sidebar templates, maps page names to templates.
243
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']
+ 'index': ['donate_sidebar.html', 'searchbox.html'],
+ '**': ['localtoc.html', 'relations.html',
+ 'sourcelink.html', 'searchbox.html']
248
}
249
250
# If false, no module index is generated.
0 commit comments