Install sphinx from Pypi (#2082)

This commit is contained in:
Itay Cohen 2020-03-05 10:35:52 +02:00 committed by GitHub
parent b173d05865
commit 6e4cced12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,11 +69,13 @@ matrix:
apt:
packages:
- doxygen
- python3-sphinx
- python3-breathe
- python3-sphinx-rtd-theme
- python3-recommonmark
- libgraphviz-dev
before_install:
- pyenv global 3.7
- pip install -U sphinx
- pip install -U breathe
- pip install -U sphinx-rtd-theme
- pip install -U recommonmark
install: ~
before_script: ~
after_success: ~