Skip to content
Snippets Groups Projects
Commit 756f75ba authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Hiding next and previous button in documentation

parent 8195522f
No related branches found
No related tags found
No related merge requests found
...@@ -77,3 +77,7 @@ html_context = { ...@@ -77,3 +77,7 @@ html_context = {
"gitlab_version": "master", # Version "gitlab_version": "master", # Version
"conf_py_path": "/doc/", # Path in the checkout to the docs root "conf_py_path": "/doc/", # Path in the checkout to the docs root
} }
html_theme_options = {
'prev_next_buttons_location': None
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment