summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-01-28 08:46:21 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-01-28 08:46:33 -0800
commit69d40710dc55373f9bbeb9f2721c6942a5250bbd (patch)
tree3f249a9bd22067afaf2c13c27d80a1323fc159b8
parent87cd72c144c54fc9c6f05ff7482bd6e9e7622730 (diff)
Tweak logo settings (& rely on new alabaster defaults)
-rw-r--r--dev-requirements.txt2
-rw-r--r--sites/shared_conf.py2
2 files changed, 1 insertions, 3 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index a2b9a4e8..a967765c 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -3,5 +3,5 @@
invoke>=0.6.1
invocations>=0.4.4
sphinx>=1.1.3
-alabaster>=0.1.0
+alabaster>=0.2.0
releases>=0.2.4
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',