diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-31 16:19:40 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-31 16:19:40 -0700 |
commit | c9aa83b63e2306f75ea8f76a6235ac99ca9bbf54 (patch) | |
tree | aa3284ddfe290b5c5d7d48985320f46de7e981c0 /sites/docs | |
parent | 4cc9d9f562235dffbd5d50fcae14e4041c4059a1 (diff) |
Link back to WWW in docs sidebar
Diffstat (limited to 'sites/docs')
-rw-r--r-- | sites/docs/conf.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/docs/conf.py b/sites/docs/conf.py index 619ff816..f9355715 100644 --- a/sites/docs/conf.py +++ b/sites/docs/conf.py @@ -14,3 +14,8 @@ autodoc_default_flags = ['members', 'special-members'] intersphinx_mapping = { 'python': ('http://docs.python.org/2.6', None), } + +# Sister-site links to WWW +html_theme_options['extra_nav_links'] = { + "Main website": 'http://www.paramiko.org', +} |