IAP GITLAB

Skip to content
Snippets Groups Projects
Commit f6cc154b authored by Antonio Augusto Alves Junior's avatar Antonio Augusto Alves Junior Committed by Ralf Ulrich
Browse files

Update conf.py

parent da9bf587
No related branches found
No related tags found
1 merge request!374New documentation buiding
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment