8000 Merge pull request #23733 from QuLogic/fix-theme-opt · matplotlib/matplotlib@6471d4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6471d4c

Browse files
authored
Merge pull request #23733 from QuLogic/fix-theme-opt
DOC: Update theme configuration for upcoming changes
2 parents b4f88e8 + af35fca commit 6471d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def matplotlib_reduced_latex_scraper(block, block_vars, gallery_conf,
334334
# the sidebar.
335335
html_logo = "_static/logo2.svg"
336336
html_theme_options = {
337-
"native_site": True,
337+
"navbar_links": "internal",
338338
# collapse_navigation in pydata-sphinx-theme is slow, so skipped for local
339339
# and CI builds https://github.com/pydata/pydata-sphinx-theme/pull/386
340340
"collapse_navigation": not is_release_build,

0 commit comments

Comments
 (0)
0