Browse Source

add back logo, see #272

it's ugly as hell, but at least we have some logo there. keeping the issue opened for improvements
Antoine Beaupré 9 years ago
parent
commit
256f89e697
2 changed files with 2 additions and 2 deletions
  1. BIN
      docs/_static/favicon.ico
  2. 2 2
      docs/conf.py

BIN
docs/_static/favicon.ico


+ 2 - 2
docs/conf.py

@@ -117,7 +117,7 @@ html_theme_path = ['_themes']
 
 
 # The name of an image file (relative to this directory) to place at the top
 # The name of an image file (relative to this directory) to place at the top
 # of the sidebar.
 # of the sidebar.
-#html_logo = None
+html_logo = '_static/favicon.ico'
 
 
 # The name of an image file (within the static path) to use as favicon of the
 # The name of an image file (within the static path) to use as favicon of the
 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
@@ -127,7 +127,7 @@ html_favicon = 'favicon.ico'
 # Add any paths that contain custom static files (such as style sheets) here,
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = []
+#html_static_path = ['_static']
 
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.
 # using the given strftime format.