From e1171bbd33fca24e1f42ca485e524e4477b0d871 Mon Sep 17 00:00:00 2001 From: Michael Shepanski Date: Mon, 13 Feb 2017 15:07:24 -0500 Subject: [PATCH] Build docs take 3 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f503b69c..98730068 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ import copy, sys import sphinx_rtd_theme from os.path import abspath, dirname, join from recommonmark.parser import CommonMarkParser -path = dirname(abspath(__file__)) +path = dirname(dirname(abspath(__file__))) sys.path.append(path) sys.path.append(join(path, 'plexapi')) import plexapi