From b46d26319a38d2a3bcca2d695628123685057d9e Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Sat, 16 Oct 2021 14:29:30 +0200 Subject: [PATCH] Update `build_examples.py` --- src/wireviz/build_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wireviz/build_examples.py b/src/wireviz/build_examples.py index 13c03ca..e54d0f5 100755 --- a/src/wireviz/build_examples.py +++ b/src/wireviz/build_examples.py @@ -64,7 +64,7 @@ def build_generated(groupkeys): # collect and iterate input YAML files for yaml_file in collect_filenames("Building", key, input_extensions): print(f' "{yaml_file}"') - wireviz.parse_file(yaml_file) + wireviz.parse(yaml_file, output_formats=("gv", "html", "png", "svg", "tsv")) if build_readme: i = "".join(filter(str.isdigit, yaml_file.stem))