From 683eeaff2546f48158ac778d94e35d25a01bbe8d Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sat, 11 May 2019 10:21:36 -0500 Subject: [PATCH] Fixed docs building + need to look into a better way to do this --- GeoffreyApp/docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeoffreyApp/docs/source/conf.py b/GeoffreyApp/docs/source/conf.py index 8dc8ed8..d4cf30e 100644 --- a/GeoffreyApp/docs/source/conf.py +++ b/GeoffreyApp/docs/source/conf.py @@ -16,7 +16,7 @@ import os import sys import django -sys.path.insert(0, os.path.abspath('../../..')) +sys.path.insert(0, os.path.abspath('../../../../Geoffrey/')) os.environ['DJANGO_SETTINGS_MODULE'] = 'Geoffrey.settings' django.setup()