mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36: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:
|
||||
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: ~
|
||||
|
Loading…
Reference in New Issue
Block a user