From 756f75ba384b4be68efaaffe5e484d466f7525e7 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Tue, 22 Oct 2019 16:05:42 +0200
Subject: [PATCH] Hiding next and previous button in documentation

---
 doc/conf.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/conf.py b/doc/conf.py
index 4f46907d..ef79e5cc 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
+}
-- 
GitLab