Skip to content

Commit b58450b

Browse files
authored
Merge pull request #31 from mattip/sidebar
add link back to main page (instead of scipy.org)
2 parents 720041e + 752352d commit b58450b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
# documentation.
106106
html_theme_options = {
107107
'sidebar': 'right',
108-
'rootlinks': [("http://scipy.org/", "Scipy.org")],
108+
'rootlinks': [("http://numpy.org/", "NumPy.org")],
109109
'navigation_links': False,
110110
}
111111

0 commit comments

Comments
 (0)