Install GraphViz, make sure Jekyll is disabled and updated the doc README

This commit is contained in:
Kristian Sloth Lauszus 2018-10-13 23:05:46 +02:00
parent d41e94db49
commit 991c7aa01a
2 changed files with 5 additions and 1 deletions

View file

@ -11,6 +11,9 @@ cache:
addons:
apt:
packages:
# We need GraphViz to draw figures and graphs
- graphviz
# Doxygen is used for generating the documentation
- doxygen
# Generated using: find examples -type f -name "*.ino" | rev | cut -d/ -f2- | rev | sed 's/^/ - PLATFORMIO_CI_SRC=/' > tmp.yml
@ -87,6 +90,7 @@ before_deploy:
- sed -i 's/Circuits@/Circuits\\@/' README.md
- sed -i 's/@YuuichiAkagawa/\\@YuuichiAkagawa/' README.md
- doxygen doc/Doxyfile
- touch doc/html/.nojekyll
deploy:
provider: pages

View file

@ -8,4 +8,4 @@ __________
The documenation is automatically build using [Travis](https://travis-ci.com/) and hosted using [Github Pages](https://help.github.com/categories/github-pages-basics/).
The library documentation can be found at the following link: <https://felis.github.io/USB_Host_Shield_2.0/>.
The library documentation is generated using [Doxygen](http://www.stack.nl/~dimitri/doxygen/) and can be found at the following link: <https://felis.github.io/USB_Host_Shield_2.0/>.