From e70a75a50531df0c3b4f045c63e2a3bf58c557a7 Mon Sep 17 00:00:00 2001 From: "Hodossy, Szabolcs" Date: Tue, 22 Sep 2020 15:32:55 +0200 Subject: [PATCH] fix: docs path manipulation --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index baffc4a..a93f200 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ import os import sys -sys.path.insert(0, os.path.abspath('../pandas_extras')) +sys.path.insert(0, os.path.abspath('..')) from pandas_extras import __version__ as pe_version