From 9cc91d8683ad77c7d44dcc066dcdfd39ba217765 Mon Sep 17 00:00:00 2001
From: "Olivier J.N. Bertrand" <olivier.bertrand@uni-bielefeld.de>
Date: Wed, 30 Aug 2017 23:10:15 +0200
Subject: [PATCH] Correct mistake in conf.py

---
 doc/source/conf.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 0fce986..8a2e022 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -138,7 +138,8 @@ latex_elements = {
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-    (master_doc, 'Navigation_Toolbox.tex', 'Navigation\\_Toolbox Documentation',
+    (master_doc, 'Navigation_Toolbox.tex',
+     'Navigation\\_Toolbox Documentation',
      'Olivier J.N. Bertrand', 'manual'),
 ]
 
-- 
GitLab