From ae206d128c2c012ac38cb134c258247cce257cb6 Mon Sep 17 00:00:00 2001
From: AA Turner <9087854+AA-Turner@users.noreply.github.com>
Date: Sun, 26 Apr 2020 07:14:50 +0100
Subject: [PATCH] fix for read the docs

---
 conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index 70aeb93e0da9..17a4200d6639 100644
--- a/conf.py
+++ b/conf.py
@@ -5,7 +5,7 @@
 
 import sys
 from pathlib import Path
-sys.path.append(Path('.').absolute())
+sys.path.extend(str(Path('./pepreader').absolute()))
 
 
 # -- Project information -----------------------------------------------------