diff options
Diffstat (limited to 'doc/numpy.scipy.org/source')
-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". |