From 32bf3ba93a9029365e0c7824251eea35a3130e78 Mon Sep 17 00:00:00 2001 From: Gijs Mulders Date: Thu, 3 May 2018 18:31:42 -0700 Subject: [PATCH] sphinx path :@ --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7a32cff..d767162 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ # import os import sys -sys.path.insert(0, os.path.abspath('../EPOS')) +sys.path.insert(0, os.path.abspath('../')) # -- General configuration ------------------------------------------------