mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Disabled sidebar image for now...
This commit is contained in:
10
docs/conf.py
10
docs/conf.py
@@ -140,8 +140,14 @@ html_static_path = ['_static']
|
||||
|
||||
# Custom sidebar templates, maps document names to template names.
|
||||
html_sidebars = {
|
||||
'**': ['sidebarlogo.html', 'localtoc.html', 'relations.html',
|
||||
'ghbuttons.html', 'sourcelink.html', 'searchbox.html']
|
||||
'**': [
|
||||
# 'sidebarlogo.html',
|
||||
'localtoc.html',
|
||||
'relations.html',
|
||||
'ghbuttons.html',
|
||||
'sourcelink.html',
|
||||
'searchbox.html'
|
||||
]
|
||||
}
|
||||
|
||||
# Additional templates that should be rendered to pages, maps page names to
|
||||
|
||||
Reference in New Issue
Block a user