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.
This commit is contained in:
David Lechner
2021-01-26 08:30:48 +01:00
committed by laurensvalk
parent adf6e03bc9
commit c750a3cd88
+2
View File
@@ -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