mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
ePub doc builds should be less strict
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
8b24605c5d
commit
a884a1a90e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ def html(ctx: Context, no_clean: bool = False, archive: pathlib.Path = None):
|
|||
def epub(ctx: Context, no_clean: bool = False):
|
||||
if no_clean is False:
|
||||
ctx.run("make", "clean", cwd="doc/", check=True)
|
||||
ctx.run("make", "epub", "SPHINXOPTS=-W", cwd="doc/", check=True)
|
||||
ctx.run("make", "epub", cwd="doc/", check=True)
|
||||
|
||||
|
||||
@docs.command(
|
||||
|
|
Loading…
Add table
Reference in a new issue