From b5385ec1e5427374477cea32073a2d5b54d9a056 Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Wed, 5 Aug 2015 15:23:50 +0200
Subject: [PATCH] Removed unneeded variable

---
 actions/doc/index_dev.rst | 1 -
 doc/conf.py.in            | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/actions/doc/index_dev.rst b/actions/doc/index_dev.rst
index 22d681be..4414cfa2 100644
--- a/actions/doc/index_dev.rst
+++ b/actions/doc/index_dev.rst
@@ -132,7 +132,6 @@ first, :file:`test_actions.py` has to be loaded as a module:
 .. testcode:: actiontest
   :hide:
 
-  sys.path.insert(0, __actiontest_path__)
   import test_actions
 
 .. code-block:: python
diff --git a/doc/conf.py.in b/doc/conf.py.in
index fc469c85..6763c6ce 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -295,9 +295,6 @@ sys.path.insert(1, '@OST_PYMOD_PATH@')
 
 import ost
 
-# this one is needed for actiontest doctests
-__actiontest_path__ = '@PROJECT_SOURCE_DIR@/actions/tests/'
-
 # We define a LogSink here, pushing everything to stdout so doctest recognises
 # it.
 class DocTestLogger(ost.LogSink):
-- 
GitLab