Skip to content

Commit 78c4b21

Browse files
hdnlmichaelosthege
andauthored
Modified logo_link to work with latest theme version (#6209)
* modified logo_link to work with new sphinx schema * Make black happy Co-authored-by: Michael Osthege <[email protected]>
1 parent 04006e0 commit 78c4b21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,9 @@ def setup(app):
252252
"icon": "fab fa-discourse",
253253
},
254254
],
255-
"logo_link": "https://www.pymc.io",
255+
"logo": {
256+
"link": "https://www.pymc.io",
257+
},
256258
"show_prev_next": False,
257259
"navbar_start": ["navbar-logo", "navbar-version"],
258260
"navbar_end": ["navbar-icon-links.html"],

0 commit comments

Comments
 (0)