diff --git a/icons/library.icns b/icons/library.icns index 60ed1beda7..92e14f654b 100644 Binary files a/icons/library.icns and b/icons/library.icns differ diff --git a/icons/library.ico b/icons/library.ico index b4aba2d794..c8a02f15de 100644 Binary files a/icons/library.ico and b/icons/library.ico differ diff --git a/src/calibre/gui2/images/library.png b/src/calibre/gui2/images/library.png index ee3f19baa6..e093247162 100644 Binary files a/src/calibre/gui2/images/library.png and b/src/calibre/gui2/images/library.png differ diff --git a/src/calibre/manual/conf.py b/src/calibre/manual/conf.py index c0a70c5381..b7a2a2c700 100644 --- a/src/calibre/manual/conf.py +++ b/src/calibre/manual/conf.py @@ -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 # ------------------------