Move API doc sister link to www site only, derp

This commit is contained in:
Jeff Forcier 2014-01-29 14:23:46 -08:00
parent b60075c7cd
commit 2b0f834c16
2 changed files with 5 additions and 5 deletions

View File

@ -17,13 +17,8 @@ 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 = {
'**': [

View File

@ -28,3 +28,8 @@ if os.environ.get('READTHEDOCS') == 'True':
intersphinx_mapping = {
'docs': (target, None),
}
# Sister-site links to API docs
html_theme_options['extra_nav_links'] = {
"API Docs": 'http://docs.paramiko.org',
}