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 2227aa3 commit 07e4eb2Copy full SHA for 07e4eb2
1 file changed
doc/conf.py
@@ -265,8 +265,10 @@ def _check_dependencies():
265
266
# Custom sidebar templates, maps page names to templates.
267
html_sidebars = {
268
- 'index': ['sidebar_announcement.html', 'sidebar_versions.html',
269
- 'donate_sidebar.html'],
+ 'index': [
+ # 'sidebar_announcement.html',
270
+ 'sidebar_versions.html',
271
+ 'donate_sidebar.html'],
272
'**': ['localtoc.html', 'relations.html', 'pagesource.html']
273
}
274
0 commit comments