Remove previous/next page links from Sphinx docs

This commit is contained in:
Ray Speth 2023-09-29 10:39:42 -04:00 committed by Ray Speth
parent 38a0b13dfb
commit d896104e10

View File

@ -298,6 +298,7 @@ html_theme_options = {
"show_toc_level": 2,
"navbar_center": ["cantera-org-links", "navbar-nav"],
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
"show_prev_next": False,
"logo": {
"link": "/index.html",
"alt_text": "Cantera",