summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)