mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-13 23:47:06 +00:00
Add changes from 3.0.0 for docs
This commit is contained in:
parent
817aacf48f
commit
74b0fe76d9
1 changed files with 3 additions and 2 deletions
|
@ -16,13 +16,14 @@ 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('.')), 'plexapi'))
|
||||
path = dirname(dirname(abspath(__file__)))
|
||||
sys.path.append(path)
|
||||
sys.path.append(join(path, 'plexapi'))
|
||||
import plexapi
|
||||
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.viewcode',
|
||||
'sphinx.ext.githubpages',
|
||||
'sphinxcontrib.napoleon',
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue