From 8a650670dec9e34f78863f36b1dc3eb9bfadd61f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Edvin=20Bergstr=C3=B6m?= <edvbe696@student.liu.se>
Date: Tue, 18 Aug 2020 12:52:12 +0200
Subject: [PATCH] Update conf.py

---
 docs/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 8607f50..f023a82 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,8 +14,8 @@
 
 # Two paths here to work on both Windows and Linux
 import sys,os
-sys.path.append(os.path.join(os.getcwd(), "..", "build", "python-api-src", "Release"))
-sys.path.append(os.path.join(os.getcwd(), "..", "build", "python-api-src"))
+# sys.path.append(os.path.join(os.getcwd(), "..", "build", "python-api-src", "Release"))
+# sys.path.append(os.path.join(os.getcwd(), "..", "build", "python-api-src"))
 
 # -- Project information -----------------------------------------------------
 
-- 
GitLab