mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Install GraphViz, make sure Jekyll is disabled and updated the doc README
This commit is contained in:
parent
d41e94db49
commit
991c7aa01a
2 changed files with 5 additions and 1 deletions
|
@ -11,6 +11,9 @@ cache:
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
# We need GraphViz to draw figures and graphs
|
||||||
|
- graphviz
|
||||||
|
# Doxygen is used for generating the documentation
|
||||||
- doxygen
|
- doxygen
|
||||||
|
|
||||||
# Generated using: find examples -type f -name "*.ino" | rev | cut -d/ -f2- | rev | sed 's/^/ - PLATFORMIO_CI_SRC=/' > tmp.yml
|
# 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/Circuits@/Circuits\\@/' README.md
|
||||||
- sed -i 's/@YuuichiAkagawa/\\@YuuichiAkagawa/' README.md
|
- sed -i 's/@YuuichiAkagawa/\\@YuuichiAkagawa/' README.md
|
||||||
- doxygen doc/Doxyfile
|
- doxygen doc/Doxyfile
|
||||||
|
- touch doc/html/.nojekyll
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
|
|
|
@ -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 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/>.
|
||||||
|
|
Loading…
Reference in a new issue