Skip to content

Commit bf9dbe0

Browse files
committed
DOC: account for configuration changes in pydata-sphinx-theme
1 parent 4a462af commit bf9dbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def matplotlib_reduced_latex_scraper(block, block_vars, gallery_conf,
329329
html_logo = "_static/logo2.svg"
330330
html_theme_options = {
331331
"native_site": True,
332-
"logo_link": "index",
332+
"logo": {"link": "index"},
333333
# collapse_navigation in pydata-sphinx-theme is slow, so skipped for local
334334
# and CI builds https://github.com/pydata/pydata-sphinx-theme/pull/386
335335
"collapse_navigation": not is_release_build,

0 commit comments

Comments
 (0)