Reduce warnings on testing

This commit is contained in:
Takeshi KOMIYA
2017-10-31 22:57:28 +09:00
parent bbe3f8fe0c
commit c3fffc521b

View File

@@ -32,7 +32,8 @@ rst_epilog = '.. |subst| replace:: global substitution'
html_theme = 'testtheme'
html_theme_path = ['.']
html_theme_options = {'testopt': 'testoverride'}
html_sidebars = {'**': 'customsb.html',
html_sidebars = {'**': ['localtoc.html', 'relations.html', 'sourcelink.html',
'customsb.html', 'searchbox.html'],
'contents': ['contentssb.html', 'localtoc.html',
'globaltoc.html']}
html_style = 'default.css'