Skip to content

Commit

Permalink
ci(release): fix documentation build script (#2154)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Jan 20, 2025
1 parent c6af83b commit b3d9bc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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

0 comments on commit b3d9bc9

Please sign in to comment.