Fix PEP8 issue

Change-Id: I87bf05ff14b7128732b40bde5b562db2994508ae
This commit is contained in:
pawnesh.kumar 2016-10-08 11:18:51 +05:30
parent 7685cdb1b6
commit ca3e51b04f
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ html_title = 'Mistral'
# Custom sidebar templates, maps document names to template names.
html_sidebars = {
'index': [
'sidebarlinks.html', 'localtoc.html', 'searchbox.html', 'sourcelink.html'
'sidebarlinks.html', 'localtoc.html', 'searchbox.html',
'sourcelink.html'
],
'**': [
'localtoc.html', 'relations.html',