We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6af83b commit b3d9bc9Copy full SHA for b3d9bc9
distribution/build_docs.py
@@ -358,12 +358,12 @@ def build_documentation(
358
example_model_path=PROJ_ROOT_PATH / ".mf6minsim",
359
)
360
361
- # build deprecations table for insertion into LaTex release notes
+ # build deprecations table LaTeX
362
build_deprecations_tex(force=force)
363
364
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)
+ # build benchmarks table LaTex, running benchmarks first if necessary
+ build_benchmark_tex(output_path=output_path, force=force)
367
368
# download example docs
369
pdf_name = "mf6examples.pdf"
0 commit comments