From ac35fb60cacff65661af5724e3f99a8ecbd06c48 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 24 Aug 2022 20:20:13 -0400 Subject: [PATCH] Backport PR #23733: DOC: Update theme configuration for upcoming changes --- 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,