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 3365ffa commit b06308eCopy full SHA for b06308e
distribution/build_docs.py
@@ -405,7 +405,7 @@ def build_documentation(
405
build_notes_tex(force=force)
406
407
if full:
408
- build_benchmark_tex(out_path=out_path, force=force, repo_owner=repo_owner)
+ build_benchmark_tex(out_path=out_path, force=force)
409
fetch_example_docs(out_path=out_path, force=force, repo_owner=repo_owner)
410
fetch_usgs_pubs(out_path=out_path, force=force)
411
tex_paths = TEX_PATHS["full"]
0 commit comments