Build docs take 2

This commit is contained in:
Michael Shepanski 2017-02-13 15:06:00 -05:00
parent eb69d8faed
commit c83a886b24

View file

@ -16,7 +16,9 @@ import copy, sys
import sphinx_rtd_theme
from os.path import abspath, dirname, join
from recommonmark.parser import CommonMarkParser
sys.path.insert(0, join(dirname(abspath(__file__)), 'plexapi'))
path = dirname(abspath(__file__))
sys.path.append(path)
sys.path.append(join(path, 'plexapi'))
import plexapi
extensions = [