diff options
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. |