From 7894a07c67b60821c837d9d36880081690e72867 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 29 Dec 2009 20:24:10 +0000 Subject: adding scipy icon bar to top of the page --- doc/numpy.scipy.org/source/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/numpy.scipy.org/source/conf.py') diff --git a/doc/numpy.scipy.org/source/conf.py b/doc/numpy.scipy.org/source/conf.py index e3f531f27..a2601176f 100644 --- a/doc/numpy.scipy.org/source/conf.py +++ b/doc/numpy.scipy.org/source/conf.py @@ -121,6 +121,7 @@ html_title = "Numpy" # 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. -- cgit v1.2.1