summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-12-27 18:19:53 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-12-27 18:19:53 +0000
commit2502d8789c4f8d92236dbc0b732d3fba912b497e (patch)
tree95798ad297d2254bade3a5de42ee18c2aee246df
parentffd655aed8807a75d5e89ae041823d7bb5cfed13 (diff)
downloadsubplot-2502d8789c4f8d92236dbc0b732d3fba912b497e.tar.gz
reference: Use --merciful because we might have added new warnings
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--reference.md2
-rw-r--r--reference.py2
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)