Skip to content

Commit

Permalink
Add documentation on how to use custom-builder to generate epub (#1451)
Browse files Browse the repository at this point in the history
* Epub docs

* Update main.py
  • Loading branch information
patrickmineault committed Oct 14, 2021
1 parent 03583b9 commit 3173b00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jupyter_book/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ def main():
@click.option(
"--custom-builder",
default=None,
help="Specify alternative builder name which allows jupyter-book to use a builder"
"provided by an external extension. This can only be used when using"
"--builder=custom",
help="Specify alternative builder provided by Sphinx, including text and epub. "
"This can only be used with --builder=custom. Valid options listed at "
"https://www.sphinx-doc.org/en/master/man/sphinx-build.html",
)
@click.option(
"-v", "--verbose", count=True, help="increase verbosity (can be repeated)"
Expand Down

0 comments on commit 3173b00

Please sign in to comment.