summaryrefslogtreecommitdiffhomepage
path: root/sites/www/conf.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-01-29 14:23:46 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-01-29 14:23:46 -0800
commit2b0f834c1660c8865300e27b46a85de2edf4d556 (patch)
tree34e0ba6c0ef5e8f3e50aec79855371988df8c6d4 /sites/www/conf.py
parentb60075c7cd2fb4dd67701382f953e454d3db1848 (diff)
Move API doc sister link to www site only, derp
Diffstat (limited to 'sites/www/conf.py')
-rw-r--r--sites/www/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/conf.py b/sites/www/conf.py
index b2f96186..58132d70 100644
--- a/sites/www/conf.py
+++ b/sites/www/conf.py
@@ -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',
+}