From a8f20c00fab26c6936aa0e21bde1dfe09e24de91 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 18 Aug 2021 14:20:57 +0200 Subject: [PATCH] conf.py fix --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 32ec7bc..60df152 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ # import os import sys -sys.path.insert(0, os.path.abspath('../dle_encoder')) +sys.path.insert(0, os.path.abspath('..')) import dle_encoder # -- Project information -----------------------------------------------------