Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"navbar_links": ("absolute", "server-stable"),
"footer_start": ["landing_footer"],
"secondary_sidebar_items": [],
"back_to_top_button": False,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather do

#  commented to work around https://github.com/matplotlib/mpl-brochure-site/issues/106
# "back_to_top_button": False,

because eventually, the brochure site is small and the button is usually not needed. So eventually we should remove it again.

# commented out to work around https://github.com/matplotlib/mpl-brochure-site/issues/106
# "back_to_top_button": False,
}

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