diff options
author | Sebastian Deiss <sdeiss@haw-landshut.de> | 2014-04-07 17:37:37 +0200 |
---|---|---|
committer | Sebastian Deiss <sdeiss@haw-landshut.de> | 2014-04-07 17:37:37 +0200 |
commit | 550f0b99eadf8a366253046acdd944709214123f (patch) | |
tree | 858e8a5a89a93b099f4282da4e67ae446325a3ac /sites/docs | |
parent | 8e3561b5b123a993b7f19d0b1ce5c5e67e370cbc (diff) | |
parent | 57e647341f416c879ae3841c9a7be50c52a21327 (diff) |
Merge branch 'paramiko:master' into gssapi-py3-support
Conflicts:
dev-requirements.txt
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', +} |