mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-13 23:47:06 +00:00
Fix docs
This commit is contained in:
parent
065a753d77
commit
817aacf48f
2 changed files with 7 additions and 4 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -2,21 +2,22 @@ syntax: glob
|
|||
*.db
|
||||
*.egg-info
|
||||
*.log
|
||||
*.orig
|
||||
*.pickle
|
||||
*.pyc
|
||||
*.sublime-*
|
||||
*.swp
|
||||
*__pycache__*
|
||||
.cache/
|
||||
.coverage
|
||||
.idea/
|
||||
.Python
|
||||
bin/
|
||||
build
|
||||
dist
|
||||
docs/_build/
|
||||
htmlcov
|
||||
include/
|
||||
lib/
|
||||
pip-selfcheck.json
|
||||
pyvenv.cfg
|
||||
htmlcov
|
||||
.coverage
|
||||
*.orig
|
||||
pyvenv.cfg
|
2
requirements_doc.txt
Normal file
2
requirements_doc.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
sphinx-rtd-theme
|
||||
sphinxcontrib-napoleon
|
Loading…
Reference in a new issue