From 611944cd9bdf61ba712610f3efbc4049a6e2c47f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <david-bergstrom@outlook.com>
Date: Tue, 14 Aug 2018 08:50:18 +0200
Subject: [PATCH] Update TODOs

---
 docs/conf.py   | 2 +-
 docs/index.rst | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 2914505..9260501 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -13,7 +13,7 @@
 # documentation root, use os.path.abspath to make it absolute, like shown here.
 
 import sys,os
-# TODO: This only works for building in Windows and building in release mode
+# TODO: Change this if you are not building in Windows and in release mode
 sys.path.append(os.path.join(os.getcwd(), "..", "build", "python-api-src", "Release"))
 
 # -- Project information -----------------------------------------------------
diff --git a/docs/index.rst b/docs/index.rst
index 022e36c..a10a4d1 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -13,8 +13,6 @@ If you are looking for something specific, you can either check the
 If you want to know about a certain topic, check the table of contents below
 this paragraph.
 
-.. TODO: Base repos for C++ AI
-
 Table of contents
 -----------------
 
-- 
GitLab