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