mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +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"
|
- "3.6"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install -y python3-sphinx
|
|
||||||
- pip install -U pytest pytest-cov coveralls
|
- pip install -U pytest pytest-cov coveralls
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
|
@ -6,5 +6,6 @@
|
||||||
# sudo apt-get install python3-sphinx
|
# sudo apt-get install python3-sphinx
|
||||||
#---------------------------------------------------------
|
#---------------------------------------------------------
|
||||||
recommonmark
|
recommonmark
|
||||||
|
sphinx
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
sphinxcontrib-napoleon
|
sphinxcontrib-napoleon
|
||||||
|
|
Loading…
Reference in a new issue