We use travis-sphinx to generate & deploy HTML documentation.
$ cd <espnet_root>
$ pip install -e ".[doc]"
You can generate local HTML manually using sphinx Makefile
$ cd <espnet_root>
$ ./ci/doc.sh
open doc/build/html/index.html
When your PR is merged into master
branch, our Travis-CI will automatically deploy your sphinx html into https://espnet.github.io/espnet/ by travis-sphinx deploy
.