From ef03e7ff3e172d97b0a396576cab7d91c91e88f8 Mon Sep 17 00:00:00 2001
From: AAAlvesJr <aalvesju@gmail.com>
Date: Mon, 7 Jun 2021 18:41:51 +0200
Subject: [PATCH] documentation building

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

diff --git a/documentation/conf.py b/documentation/conf.py
index 6ea39a2c3..86fcd0f4b 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -17,7 +17,7 @@ read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
 
 if read_the_docs_build:
     
-    configureDoxyfile(Doxyfile.in, Doxyfile)
+    configureDoxyfile("Doxyfile.in", "Doxyfile")
     # build doxygen documentation
 	subprocess.call('mkdir -p _build/workdir/doxygen; doxygen Doxyfile', shell=True)
 	html_extra_path = ['_build/workdir/']
-- 
GitLab