From f6cc154b888b5d67b6ff2dc020ab84eacd5699bb Mon Sep 17 00:00:00 2001
From: Antonio Augusto Alves Junior <aalvesju@gmail.com>
Date: Tue, 8 Jun 2021 18:39:39 +0200
Subject: [PATCH] Update conf.py

---
 documentation/conf.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/documentation/conf.py b/documentation/conf.py
index 160a4aedf..b459b26cb 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -17,9 +17,6 @@ def getDocumentationUrl(base_name, repo_dir):
     with open(repo_dir + '/.git/HEAD', 'r') as file :
         lines = file.read().splitlines()
 
-    branchname=''
-    name=''
-
     for line in lines:
         if "ref:" in line:
             branchname=line.partition("refs/heads/")[1]
-- 
GitLab