From b70e2aba6aa29f26bd1a75a9fc3f86c6d077ddb9 Mon Sep 17 00:00:00 2001 From: Robert Kern Date: Sat, 22 Aug 2009 23:55:59 +0000 Subject: DOC: numpy.scipy.org reST thanks to Kyle Mandli. --- doc/numpy.scipy.org/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/numpy.scipy.org/source/conf.py') diff --git a/doc/numpy.scipy.org/source/conf.py b/doc/numpy.scipy.org/source/conf.py index a71b12dcc..4dbd8f301 100644 --- a/doc/numpy.scipy.org/source/conf.py +++ b/doc/numpy.scipy.org/source/conf.py @@ -103,7 +103,7 @@ html_theme_path = ["../theme"] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -html_title = "SciPy.org" +html_title = "numpy.scipy.org" # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None @@ -120,7 +120,7 @@ html_title = "SciPy.org" # Add any paths that contain custom static files (such as style sheets) here, # 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. @@ -147,7 +147,7 @@ html_static_path = ['_static'] #html_split_index = False # If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True +html_show_sourcelink = False # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. #html_show_sphinx = True -- cgit v1.2.1