mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +00:00
Install sphinx in requirments
This commit is contained in:
parent
948af75c92
commit
9b1b5d26dd
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@ python:
|
|||
- "3.6"
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install -y python3-sphinx
|
||||
- pip install -U pytest pytest-cov coveralls
|
||||
|
||||
install:
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
# sudo apt-get install python3-sphinx
|
||||
#---------------------------------------------------------
|
||||
recommonmark
|
||||
sphinx
|
||||
sphinx-rtd-theme
|
||||
sphinxcontrib-napoleon
|
||||
|
|
Loading…
Reference in a new issue