Skip to content
Snippets Groups Projects
Unverified Commit 3173b001 authored by Patrick Mineault's avatar Patrick Mineault Committed by GitHub
Browse files

Add documentation on how to use custom-builder to generate epub (#1451)

* Epub docs

* Update main.py
parent 03583b91
No related branches found
No related tags found
No related merge requests found
...@@ -120,9 +120,9 @@ BUILDER_OPTS = { ...@@ -120,9 +120,9 @@ BUILDER_OPTS = {
@click.option( @click.option(
"--custom-builder", "--custom-builder",
default=None, default=None,
help="Specify alternative builder name which allows jupyter-book to use a builder" help="Specify alternative builder provided by Sphinx, including text and epub. "
"provided by an external extension. This can only be used when using" "This can only be used with --builder=custom. Valid options listed at "
"--builder=custom", "https://www.sphinx-doc.org/en/master/man/sphinx-build.html",
) )
@click.option( @click.option(
"-v", "--verbose", count=True, help="increase verbosity (can be repeated)" "-v", "--verbose", count=True, help="increase verbosity (can be repeated)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment