mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +00:00
Build docs take 3
This commit is contained in:
parent
c83a886b24
commit
e1171bbd33
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue