diff options
author | mattip <matti.picus@gmail.com> | 2019-08-13 18:34:03 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-08-13 18:34:03 +0300 |
commit | b176563629800d2ae38832644b9ef1e1828a9d92 (patch) | |
tree | 60b83a01c48b7fea60c2bcf8ff3386f5d2fd612c | |
parent | d8ce42bb4345a4fd7993eceeac7a740c8b27063e (diff) | |
download | numpy-b176563629800d2ae38832644b9ef1e1828a9d92.tar.gz |
DOC: remove scipy.org from the breadcrumb formattiong
-rw-r--r-- | doc/source/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 88e0b9d9c..4f312eff5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -123,7 +123,6 @@ else: "scipy_org_logo": False, "rootlinks": [("https://numpy.org/", "NumPy.org"), ("https://numpy.org/doc", "Docs"), - ("https://scipy.org/", "Scipy.org"), ] } html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']} |