mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Install graphiz on Travis
This is required to generate inheritance diagrams (as there is now an example inheritance diagram in the documentation of the extension generating such diagrams)
This commit is contained in:
parent
1f136215c1
commit
19a2314258
@ -37,6 +37,7 @@ matrix:
|
||||
services: xvfb
|
||||
|
||||
install:
|
||||
- "sudo apt-get install graphviz"
|
||||
- if [ $IS_PYTHON = true ]; then pip install -U tox codecov; fi
|
||||
- if [ $IS_PYTHON = false ]; then npm install; fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user