neuroinformatics-unit / HowTo

NIU website on common software problems and their troubleshooting
http://howto.neuroinformatics.dev/
Creative Commons Attribution 4.0 International
9 stars 1 forks source link

Remove the `show_prev_next` footer? #54

Open JoeZiminski opened 4 months ago

JoeZiminski commented 4 months ago

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!

adamltyson commented 4 months ago

I'm ambivalent, but I think it's the least use on this site, as there are very few (no?) sequential pages where this makes sense.

niksirbi commented 4 months ago

I agree with Adam. It's often useful when the pages have a sequential logic to them, but that's not the case in this website, so fine with removing it.