Skip to content

Commit 213c647

Browse files
committed
fix secondary sidebar
1 parent 1dc709d commit 213c647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def setup(app: Sphinx):
114114
# theme options
115115
html_theme = "pymc_sphinx_theme"
116116
html_theme_options = {
117-
"page_sidebar_items": ["postcard", "page-toc", "edit-this-page", "donate"],
117+
"secondary_sidebar_items": ["postcard", "page-toc", "edit-this-page", "sourcelink", "donate"],
118118
"navbar_start": ["navbar-logo"],
119119
"logo": {
120120
"link": "https://www.pymc.io",

0 commit comments

Comments
 (0)