mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-20 03:46:11 +00:00
Install sphinx from Pypi (#2082)
This commit is contained in:
parent
b173d05865
commit
6e4cced12e
10
.travis.yml
10
.travis.yml
@ -69,11 +69,13 @@ matrix:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- doxygen
|
- doxygen
|
||||||
- python3-sphinx
|
|
||||||
- python3-breathe
|
|
||||||
- python3-sphinx-rtd-theme
|
|
||||||
- python3-recommonmark
|
|
||||||
- libgraphviz-dev
|
- 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: ~
|
install: ~
|
||||||
before_script: ~
|
before_script: ~
|
||||||
after_success: ~
|
after_success: ~
|
||||||
|
Loading…
Reference in New Issue
Block a user