summaryrefslogtreecommitdiff
path: root/doc/numpy.scipy.org/conf.py
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2010-01-16 03:28:31 +0000
committerJarrod Millman <millman@berkeley.edu>2010-01-16 03:28:31 +0000
commit242eb69a2e0ef7df4413e18172ed6fde85913814 (patch)
tree6d69b8812d7c2392546e6acfea916a938a89305f /doc/numpy.scipy.org/conf.py
parente58574c4dc4af290019db93672a950d29bc4b5db (diff)
downloadnumpy-242eb69a2e0ef7df4413e18172ed6fde85913814.tar.gz
point conf to the default static content
Diffstat (limited to 'doc/numpy.scipy.org/conf.py')
-rw-r--r--doc/numpy.scipy.org/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/numpy.scipy.org/conf.py b/doc/numpy.scipy.org/conf.py
index 09429a6c0..2efb286b5 100644
--- a/doc/numpy.scipy.org/conf.py
+++ b/doc/numpy.scipy.org/conf.py
@@ -116,12 +116,12 @@ html_title = "Numpy"
# 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.