diff options
author | Jarrod Millman <millman@berkeley.edu> | 2010-01-16 03:17:29 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2010-01-16 03:17:29 +0000 |
commit | 34c59cfbd08db2f821f931c11e3b365e9f1493a8 (patch) | |
tree | 23e26b16012f1ffadecd802290978cec54ba90c7 /doc/numpy.scipy.org/conf.py | |
parent | c793ba6584d2b4d35966a908f70c7db48ec37d27 (diff) | |
download | numpy-34c59cfbd08db2f821f931c11e3b365e9f1493a8.tar.gz |
point everything to top-level dir
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 6bdb142d7..09429a6c0 100644 --- a/doc/numpy.scipy.org/conf.py +++ b/doc/numpy.scipy.org/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". |