diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index fa0c0e7e4..88e0b9d9c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -121,7 +121,10 @@ else: "edit_link": False, "sidebar": "left", "scipy_org_logo": False, - "rootlinks": [] + "rootlinks": [("https://numpy.org/", "NumPy.org"), + ("https://numpy.org/doc", "Docs"), + ("https://scipy.org/", "Scipy.org"), + ] } html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']} |