diff options
author | Jarrod Millman <millman@berkeley.edu> | 2010-01-16 03:11:27 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2010-01-16 03:11:27 +0000 |
commit | 4c84fab26a2ac402c3f91e4f1c678fa004777a29 (patch) | |
tree | ea3373177e7803346c020b3856d0bb12ff906741 /doc/numpy.scipy.org/source/conf.py | |
parent | fbbedf048a3ad65a33f74e63d810428717a08785 (diff) | |
download | numpy-4c84fab26a2ac402c3f91e4f1c678fa004777a29.tar.gz |
mv theme to _theme
Diffstat (limited to 'doc/numpy.scipy.org/source/conf.py')
-rw-r--r-- | doc/numpy.scipy.org/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/numpy.scipy.org/source/conf.py b/doc/numpy.scipy.org/source/conf.py index a2601176f..6bdb142d7 100644 --- a/doc/numpy.scipy.org/source/conf.py +++ b/doc/numpy.scipy.org/source/conf.py @@ -99,7 +99,7 @@ html_theme = 'scipy' #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -html_theme_path = ["../theme"] +html_theme_path = ["../_theme"] # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". |