diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-29 14:23:46 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-29 14:23:46 -0800 |
commit | 2b0f834c1660c8865300e27b46a85de2edf4d556 (patch) | |
tree | 34e0ba6c0ef5e8f3e50aec79855371988df8c6d4 /sites/shared_conf.py | |
parent | b60075c7cd2fb4dd67701382f953e454d3db1848 (diff) |
Move API doc sister link to www site only, derp
Diffstat (limited to 'sites/shared_conf.py')
-rw-r--r-- | sites/shared_conf.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sites/shared_conf.py b/sites/shared_conf.py index 267b3bc2..2b98654f 100644 --- a/sites/shared_conf.py +++ b/sites/shared_conf.py @@ -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 = { '**': [ |