diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-31 16:19:55 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-31 16:19:55 -0700 |
commit | 196b3cc110f68a5d328d4f24714b64a0704fd228 (patch) | |
tree | 1b7a11c6efda48c71671b95953bba9efc4978863 | |
parent | 783b2d7683e7463ede1d00d98e6e6c63b426bea5 (diff) | |
parent | 619b24738a4aef12917c906b7773638b730ffaa5 (diff) |
Merge branch '1.12' into 1.13
-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', +} |