Tweak logo settings (& rely on new alabaster defaults)

This commit is contained in:
Jeff Forcier 2014-01-28 08:46:21 -08:00
parent 87cd72c144
commit 69d40710dc
2 changed files with 1 additions and 3 deletions

View File

@ -3,5 +3,5 @@
invoke>=0.6.1 invoke>=0.6.1
invocations>=0.4.4 invocations>=0.4.4
sphinx>=1.1.3 sphinx>=1.1.3
alabaster>=0.1.0 alabaster>=0.2.0
releases>=0.2.4 releases>=0.2.4

View File

@ -11,8 +11,6 @@ html_theme_path = [alabaster.get_path()]
html_static_path = ['../_shared_static'] html_static_path = ['../_shared_static']
html_theme = 'alabaster' html_theme = 'alabaster'
html_theme_options = { html_theme_options = {
'logo': 'logo.png',
'logo_name': 'true',
'description': "A Python implementation of SSHv2.", 'description': "A Python implementation of SSHv2.",
'github_user': 'paramiko', 'github_user': 'paramiko',
'github_repo': 'paramiko', 'github_repo': 'paramiko',