From 2502d8789c4f8d92236dbc0b732d3fba912b497e Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 27 Dec 2023 18:19:53 +0000 Subject: reference: Use --merciful because we might have added new warnings Signed-off-by: Daniel Silverstone --- reference.md | 2 +- reference.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference.md b/reference.md index 1776e0b..9999636 100644 --- a/reference.md +++ b/reference.md @@ -12,7 +12,7 @@ set of subplot documents. given an installed subplot given a clone of https://gitlab.com/subplot/subplot.git in src at 5168420454b92205c13224a6801d3341d7f0c3d3 when I docgen subplot.subplot to test.html, in src -when I run, in src, subplot docgen subplot.subplot -o subplot.html -t python +when I run, in src, subplot docgen subplot.subplot --merciful -o subplot.html -t python then file src/test.html exists ~~~ diff --git a/reference.py b/reference.py index fa4b274..803716a 100644 --- a/reference.py +++ b/reference.py @@ -15,7 +15,7 @@ def docgen(ctx, filename=None, output=None, dirname=None): runcmd_run( ctx, - ["subplot", "docgen", filename, "--output", output, "-t", "python"], + ["subplot", "docgen", filename, "--merciful", "--output", output, "-t", "python"], cwd=dirname, ) runcmd_exit_code_is_zero(ctx) -- cgit v1.2.1