From ca3e51b04f5501c1466d2040000eddf94ac2b65c Mon Sep 17 00:00:00 2001 From: "pawnesh.kumar" Date: Sat, 8 Oct 2016 11:18:51 +0530 Subject: [PATCH] Fix PEP8 issue Change-Id: I87bf05ff14b7128732b40bde5b562db2994508ae --- doc/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index cc01fcb3..4cffe275 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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',