diff options
author | Robert Kern <robert.kern@gmail.com> | 2009-08-22 23:55:59 +0000 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2009-08-22 23:55:59 +0000 |
commit | b70e2aba6aa29f26bd1a75a9fc3f86c6d077ddb9 (patch) | |
tree | 00a1a033db8177fad49c7b9d606d825d66670116 /doc/numpy.scipy.org/source/conf.py | |
parent | f26788cc6ed876ccb0cdbdc3b71742e0f964446a (diff) | |
download | numpy-b70e2aba6aa29f26bd1a75a9fc3f86c6d077ddb9.tar.gz |
DOC: numpy.scipy.org reST thanks to Kyle Mandli.
Diffstat (limited to 'doc/numpy.scipy.org/source/conf.py')
-rw-r--r-- | doc/numpy.scipy.org/source/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
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 # "<project> v<release> 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 |