Personally I'm not a fan of the show prev / next footer as (imo) it duplicates the information from the left-sidebar and can make things a little cluttered. What do people think? If there is a consensus we can kill it with
html_theme_options = {
"show_prev_next": False
}
in the conf.py!