Skip to content

Commit

Permalink
ci(dist): fix documentation build step in dist script (MODFLOW-USGS#1562
Browse files Browse the repository at this point in the history
)

* fix build_documentation() usage in build_dist.py
* pass overwrite to avoid unwanted latex -> PDF conversion
  • Loading branch information
wpbonelli authored Jan 19, 2024
1 parent 5778e22 commit c80ff9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def build_documentation(

if not full:
# convert LaTeX to PDF
build_pdfs_from_tex(tex_paths=_dev_dist_tex_paths, output_path=output_path)
build_pdfs_from_tex(tex_paths=_dev_dist_tex_paths, output_path=output_path, overwrite=overwrite)
else:
# convert benchmarks to LaTex, running them first if necessary
build_benchmark_tex(
Expand Down

0 comments on commit c80ff9b

Please sign in to comment.