From c750a3cd88e8141b3b78f456d66fa66ddadf849f Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sun, 24 Jan 2021 20:41:08 -0600 Subject: [PATCH] doc/ide: hide prev/next buttons In the IDE this is more of a reference and less of a book so going to the next page doesn't make as much sense. --- doc/ide/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ide/conf.py b/doc/ide/conf.py index cab822b..5bef0a1 100644 --- a/doc/ide/conf.py +++ b/doc/ide/conf.py @@ -19,3 +19,5 @@ html_show_copyright = False html_show_sphinx = False exec(open(os.path.abspath("../common/conf.py")).read()) + +html_theme_options['prev_next_buttons_location'] = None # noqa F821