diff --git a/doc/conf.py b/doc/conf.py index 4f46907db72620c6eac7a3849630a30b364216fc..ef79e5cc3b236b55f998368a13d6cccd7d045fce 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -77,3 +77,7 @@ html_context = { "gitlab_version": "master", # Version "conf_py_path": "/doc/", # Path in the checkout to the docs root } + +html_theme_options = { + 'prev_next_buttons_location': None +}