<div dir="ltr">Thanks for fixing this.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 6, 2014 at 7:37 AM, Dan Liew <span dir="ltr"><<a href="mailto:dan@su-root.co.uk" target="_blank">dan@su-root.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: delcypher<br>
Date: Wed Aug  6 09:37:00 2014<br>
New Revision: 214971<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=214971&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=214971&view=rev</a><br>
Log:<br>
Fix missing favicon.ico warning (Sphinx 1.2.2). The comments next to<br>
``html_favicon`` seem to conflict with [what it in the sphinx<br>
docs](<a href="http://sphinx-doc.org/config.html#confval-html_favicon" target="_blank">http://sphinx-doc.org/config.html#confval-html_favicon</a>).<br>
<br>
So I've copied the comments from there to conf.py and changed its<br>
value appropriately to remove the missing favicon.ico warning.<br>
<br>
Modified:<br>
    lld/trunk/docs/conf.py<br>
<br>
Modified: lld/trunk/docs/conf.py<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/lld/trunk/docs/conf.py?rev=214971&r1=214970&r2=214971&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/lld/trunk/docs/conf.py?rev=214971&r1=214970&r2=214971&view=diff</a><br>

==============================================================================<br>
--- lld/trunk/docs/conf.py (original)<br>
+++ lld/trunk/docs/conf.py Wed Aug  6 09:37:00 2014<br>
@@ -111,10 +111,13 @@ html_theme_path = ["."]<br>
 # of the sidebar.<br>
 #html_logo = None<br>
<br>
-# The name of an image file (within the static path) to use as favicon of the<br>
-# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32<br>
-# pixels large.<br>
-html_favicon = 'favicon.ico'<br>
+# If given, this must be the name of an image file (path relative to the<br>
+# configuration directory) that is the favicon of the docs. Modern browsers use<br>
+# this as icon for tabs, windows and bookmarks. It should be a Windows-style<br>
+# icon file (.ico), which is 16x16 or 32x32 pixels large. Default: None.  The<br>
+# image file will be copied to the _static directory of the output HTML, but<br>
+# only if the file does not already exist there.<br>
+html_favicon = '_static/favicon.ico'<br>
<br>
 # Add any paths that contain custom static files (such as style sheets) here,<br>
 # relative to this directory. They are copied after the builtin static files,<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div>