Build docs take 3

This commit is contained in:
Michael Shepanski 2017-02-13 15:07:24 -05:00
parent c83a886b24
commit e1171bbd33

View file

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