diff options
Diffstat (limited to 'doc/numpy.scipy.org/source/conf.py')
-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 8a4506095..16bd69f83 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 = "numpy.scipy.org" +html_title = "Numpy" # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None |