summaryrefslogtreecommitdiff
path: root/doc/numpy.scipy.org/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/numpy.scipy.org/source/conf.py')
-rw-r--r--doc/numpy.scipy.org/source/conf.py6
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