New logo for calibre (thanks to Caleb Avery)

This commit is contained in:
Kovid Goyal 2008-05-28 21:25:08 -07:00
parent 809ba2f328
commit 018df10677
4 changed files with 4 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 116 KiB

View File

@ -94,8 +94,9 @@ html_last_updated_fmt = '%b %d, %Y'
#html_use_smartypants = True
# Overall title of the documentation
html_title = 'calibre User Manual'
html_logo = 'resources/logo.png'
html_title = 'calibre User Manual'
html_short_title = 'Start'
html_logo = 'resources/logo.png'
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}
@ -113,6 +114,7 @@ html_copy_source = False
# Output file base name for HTML help builder.
htmlhelp_basename = 'calibredoc'
html_use_opensearch = 'http://calibre.kovidgoyal.net/user_manual'
# Options for LaTeX output
# ------------------------