Add html_default_sidebars to context dict

Omitted from f300e75.
This commit is contained in:
Seth House 2013-02-28 10:42:26 -07:00
parent 482e33d8f3
commit e94a47ed6c

View file

@ -160,6 +160,7 @@ html_sidebars = {
}
html_context = {
'html_default_sidebars': html_default_sidebars,
'github_base': 'https://github.com/saltstack/salt',
'github_issues': 'https://github.com/saltstack/salt/issues',
'github_downloads': 'https://github.com/saltstack/salt/downloads',