commit b7d8cadd12ff630bfe204e3f575bd624e9fae224 Author: Damian Johnson atagar@torproject.org Date: Sat Apr 6 22:14:45 2013 -0700
Favicon for our site
Mmmm, 32x32 favicon. I tried to get an ico as the sphinx config suggests but that didn't work. Oh well, just about every browser except maybe IE can handle pngs so I'd prefer to go with that anyway. --- docs/_static/favicon.png | Bin 0 -> 996 bytes docs/conf.py | 3 ++- 2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/docs/_static/favicon.png b/docs/_static/favicon.png new file mode 100644 index 0000000..4b04b4b Binary files /dev/null and b/docs/_static/favicon.png differ diff --git a/docs/conf.py b/docs/conf.py index 71b89b5..0bce09f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -123,7 +123,8 @@ html_logo = 'logo.png' # 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.png'
# 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,
tor-commits@lists.torproject.org