Skip to content

Commit

Permalink
Reduce warnings on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Oct 31, 2017
1 parent bbe3f8f commit c3fffc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/roots/test-root/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
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'
Expand Down

0 comments on commit c3fffc5

Please sign in to comment.