Skip to content

Instantly share code, notes, and snippets.

@szTheory
Created April 25, 2020 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szTheory/6cf104f1d95d64a937c7f7ecf6110910 to your computer and use it in GitHub Desktop.
Save szTheory/6cf104f1d95d64a937c7f7ecf6110910 to your computer and use it in GitHub Desktop.
Generate Hex docs in .epub format (for example Ecto or Phoenix)
git clone https://github.com/elixir-ecto/ecto.git
cd ecto
MIX_ENV=docs mix docs -f epub
open docs/Ecto.epub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment