Skip to content

Commit 9915cf6

Browse files
authored
Merge pull request #108 from matplotlib/back-to-top
Turn on back-to-top button
2 parents 2bf3351 + 51396cb commit 9915cf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"navbar_links": ("absolute", "server-stable"),
4141
"footer_start": ["landing_footer"],
4242
"secondary_sidebar_items": [],
43-
"back_to_top_button": False,
43+
# commented out to work around https://github.com/matplotlib/mpl-brochure-site/issues/106
44+
# "back_to_top_button": False,
4445
}
4546

4647
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)