Skip to content

Commit

Permalink
ci(release): fix documentation build script
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jan 20, 2025
1 parent c6af83b commit d922cd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions distribution/build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,12 @@ def build_documentation(
example_model_path=PROJ_ROOT_PATH / ".mf6minsim",
)

# build deprecations table for insertion into LaTex release notes
# build deprecations table LaTeX
build_deprecations_tex(force=force)

if full:
# convert benchmarks to LaTex, running them first if necessary
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)

# download example docs
pdf_name = "mf6examples.pdf"
Expand Down Expand Up @@ -482,5 +482,5 @@ def test_build_documentation(tmp_path):
force=args.force,
full=args.full,
models=models,
repo_owner=args.repo_owner,
repo_owner=args.repo_owner
)

0 comments on commit d922cd2

Please sign in to comment.