[llvm-commits] [lld] r154212 - in /lld/trunk/docs: _static/ _static/favicon.ico conf.py

Daniel Dunbar daniel at zuster.org
Fri Apr 6 14:49:53 PDT 2012


Author: ddunbar
Date: Fri Apr  6 16:49:53 2012
New Revision: 154212

URL: http://llvm.org/viewvc/llvm-project?rev=154212&view=rev
Log:
docs: Add the standard LLVM favicon.

Added:
    lld/trunk/docs/_static/
    lld/trunk/docs/_static/favicon.ico
Modified:
    lld/trunk/docs/conf.py

Added: lld/trunk/docs/_static/favicon.ico
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/_static/favicon.ico?rev=154212&view=auto
==============================================================================
Binary files lld/trunk/docs/_static/favicon.ico (added) and lld/trunk/docs/_static/favicon.ico Fri Apr  6 16:49:53 2012 differ

Modified: lld/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/conf.py?rev=154212&r1=154211&r2=154212&view=diff
==============================================================================
--- lld/trunk/docs/conf.py (original)
+++ lld/trunk/docs/conf.py Fri Apr  6 16:49:53 2012
@@ -114,12 +114,12 @@
 # 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
 # pixels large.
-#html_favicon = None
+html_favicon = 'favicon.ico'
 
 # 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,
 # so a file named "default.css" will overwrite the builtin "default.css".
-#html_static_path = ['_static']
+html_static_path = ['_static']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.





More information about the llvm-commits mailing list