Update to new alabaster-driven nav sidebar

This commit is contained in:
Jeff Forcier 2014-01-28 12:50:19 -08:00
parent 69d40710dc
commit da51cd8b14
1 changed files with 5 additions and 8 deletions

View File

@ -17,21 +17,18 @@ html_theme_options = {
'gittip_user': 'bitprophet',
'analytics_id': 'UA-18486793-2',
'extra_nav_links': {
"API Docs": 'http://docs.paramiko.org',
},
'link': '#3782BE',
'link_hover': '#3782BE',
}
html_sidebars = {
# Landing page (no ToC)
'index': [
'about.html',
'searchbox.html',
'donate.html',
],
# Inner pages get a ToC
'**': [
'about.html',
'localtoc.html',
'navigation.html',
'searchbox.html',
'donate.html',
]