From 2e5e870acff3e7c67df65a065b3c42172de8fef6 Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Tue, 21 Jul 2020 14:24:03 +0200 Subject: [PATCH] path fixed for autdoc --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5709b01..b4b8feb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,7 +12,7 @@ import os import sys -sys.path.insert(0, os.path.abspath('..')) +sys.path.insert(0, os.path.abspath('...')) # import sphinx_rtd_theme