diff options
Diffstat (limited to 'doc/numpy.scipy.org/conf.py')
-rw-r--r-- | doc/numpy.scipy.org/conf.py | 2 |
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. |