diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-04-15 15:04:46 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-04-15 15:04:46 -0400 |
commit | c14de1d93516c9aec18749cb501febf0b2cee530 (patch) | |
tree | 8aa67b89ac9bd03e8165c82282b371cec24df9c0 | |
parent | e05276b6ab28cb4624d07e2ec8f4f698edb4b27e (diff) |
Show Travis status in website sidebar
-rw-r--r-- | sites/shared_conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sites/shared_conf.py b/sites/shared_conf.py index e0afe92e..69908388 100644 --- a/sites/shared_conf.py +++ b/sites/shared_conf.py @@ -14,6 +14,7 @@ html_theme_options = { 'github_repo': 'paramiko', 'gittip_user': 'bitprophet', 'analytics_id': 'UA-18486793-2', + 'travis_button': True, } html_sidebars = { '**': [ |