mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Build docs take 4
This commit is contained in:
parent
e1171bbd33
commit
64bb6817b1
2 changed files with 7 additions and 6 deletions
|
@ -24,7 +24,6 @@ import plexapi
|
|||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.viewcode',
|
||||
'sphinx.ext.githubpages',
|
||||
'sphinxcontrib.napoleon',
|
||||
]
|
||||
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
requests
|
||||
pytest
|
||||
pytest-cov
|
||||
betamax
|
||||
betamax_serializers
|
||||
pillow
|
||||
coveralls
|
||||
websocket-client
|
||||
pillow
|
||||
pytest
|
||||
pytest-cov
|
||||
requests
|
||||
sphinx-rtd-theme
|
||||
sphinxcontrib-napoleon
|
||||
websocket-client
|
Loading…
Reference in a new issue