mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-24 20:53:09 +00:00
Install sphinx_rtd_theme from github
This commit is contained in:
parent
a3ab143068
commit
9c50225df8
2 changed files with 8 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -18,8 +18,9 @@ config.ini
|
|||
ipython_config.py
|
||||
dist
|
||||
docs/_build/
|
||||
docs/src/
|
||||
htmlcov
|
||||
include/
|
||||
lib/
|
||||
pip-selfcheck.json
|
||||
pyvenv.cfg
|
||||
pyvenv.cfg
|
||||
|
|
|
@ -12,7 +12,12 @@ pytest-mock
|
|||
recommonmark
|
||||
requests
|
||||
sphinx
|
||||
sphinx-rtd-theme
|
||||
sphinxcontrib-napoleon
|
||||
tqdm
|
||||
websocket-client==0.48.0
|
||||
|
||||
# Installing sphinx-rtd-theme directly from github above is used until a point release
|
||||
# above 0.4.3 is released. https://github.com/readthedocs/sphinx_rtd_theme/issues/739
|
||||
#sphinx-rtd-theme
|
||||
-e git+https://github.com/readthedocs/sphinx_rtd_theme.git@feb0beb44a444f875f3369a945e6055965ee993f#egg=sphinx_rtd_theme
|
||||
|
||||
|
|
Loading…
Reference in a new issue