diff options
author | Jarrod Millman <millman@berkeley.edu> | 2009-12-29 20:24:10 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2009-12-29 20:24:10 +0000 |
commit | 7894a07c67b60821c837d9d36880081690e72867 (patch) | |
tree | d024fc9841bd9df985e40b1108ebdbeaa7646ac2 /doc/numpy.scipy.org/source/conf.py | |
parent | 218a9a010e205c6e71c51f89a7b264a193c95c21 (diff) | |
download | numpy-7894a07c67b60821c837d9d36880081690e72867.tar.gz |
adding scipy icon bar to top of the page
Diffstat (limited to 'doc/numpy.scipy.org/source/conf.py')
-rw-r--r-- | doc/numpy.scipy.org/source/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
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. |