From af35fca79ed7e3170d6d9260e824d4db224ace47 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 24 Aug 2022 18:46:30 -0400 Subject: [PATCH] DOC: Update theme configuration for upcoming changes Due to the merging of https://github.com/matplotlib/mpl-sphinx-theme/pull/26 --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index f961dfc379df..4784057fdf27 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -334,7 +334,7 @@ def matplotlib_reduced_latex_scraper(block, block_vars, gallery_conf, # the sidebar. html_logo = "_static/logo2.svg" html_theme_options = { - "native_site": True, + "navbar_links": "internal", # collapse_navigation in pydata-sphinx-theme is slow, so skipped for local # and CI builds https://github.com/pydata/pydata-sphinx-theme/pull/386 "collapse_navigation": not is_release_build,