Skip to content

Commit b3d9bc9

Browse files
authored
ci(release): fix documentation build script (#2154)
1 parent c6af83b commit b3d9bc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

distribution/build_docs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,12 @@ def build_documentation(
358358
example_model_path=PROJ_ROOT_PATH / ".mf6minsim",
359359
)
360360

361-
# build deprecations table for insertion into LaTex release notes
361+
# build deprecations table LaTeX
362362
build_deprecations_tex(force=force)
363363

364364
if full:
365-
# convert benchmarks to LaTex, running them first if necessary
366-
build_benchmark_tex(output_path=output_path, force=force, repo_owner=repo_owner)
365+
# build benchmarks table LaTex, running benchmarks first if necessary
366+
build_benchmark_tex(output_path=output_path, force=force)
367367

368368
# download example docs
369369
pdf_name = "mf6examples.pdf"

0 commit comments

Comments
 (0)