From 6b57e4680fc3246d886597cec116b97e629c9f06 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Tue, 27 Dec 2016 22:06:51 +0100 Subject: [PATCH] fixing erroneous path in doc config --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6992e8a..80d0660 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,7 +4,7 @@ import sys import os -sys.path.insert(0, os.path.abspath('.')) +sys.path.insert(0, os.path.abspath('..')) sys.path.insert(0, os.path.abspath('_themes')) import bonobo