diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-28 08:46:21 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-28 08:46:33 -0800 |
commit | 69d40710dc55373f9bbeb9f2721c6942a5250bbd (patch) | |
tree | 3f249a9bd22067afaf2c13c27d80a1323fc159b8 /sites/shared_conf.py | |
parent | 87cd72c144c54fc9c6f05ff7482bd6e9e7622730 (diff) |
Tweak logo settings (& rely on new alabaster defaults)
Diffstat (limited to 'sites/shared_conf.py')
-rw-r--r-- | sites/shared_conf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sites/shared_conf.py b/sites/shared_conf.py index c48dcdce..d6852cc7 100644 --- a/sites/shared_conf.py +++ b/sites/shared_conf.py @@ -11,8 +11,6 @@ html_theme_path = [alabaster.get_path()] html_static_path = ['../_shared_static'] html_theme = 'alabaster' html_theme_options = { - 'logo': 'logo.png', - 'logo_name': 'true', 'description': "A Python implementation of SSHv2.", 'github_user': 'paramiko', 'github_repo': 'paramiko', |