From 081eabd9cf43dc999fe4bfa011bc3339519199b1 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Wed, 12 Oct 2016 13:17:55 +0200
Subject: [PATCH] Fix indentation

---
 templates/sphinx-conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/sphinx-conf.py b/templates/sphinx-conf.py
index 5edac51..edc32b5 100644
--- a/templates/sphinx-conf.py
+++ b/templates/sphinx-conf.py
@@ -245,7 +245,7 @@ if os.path.exists(sphinx_requirements):
           load_requirements(sphinx_requirements)
           )
 else:
-    intersphinx_mapping = link_documentation()
+  intersphinx_mapping = link_documentation()
 
 
 # We want to remove all private (i.e. _. or __.__) members
-- 
GitLab