From 34c59cfbd08db2f821f931c11e3b365e9f1493a8 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 16 Jan 2010 03:17:29 +0000 Subject: point everything to top-level dir --- doc/numpy.scipy.org/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/numpy.scipy.org/conf.py') 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 # " v documentation". -- cgit v1.2.1