- Docker (latest version)
- Docker Compose (latest version)
docker compose up
- Build Book
- See documents.
jupyter-book create book
jupyter-book build book
- Publish Book
- This command does create branch
gh-pages
automatically, andgit push origin gh-pages
. You should NOTpush
to this branch. - See documents.
- This command does create branch
ghp-import -n -p -f book/_build/html