Skip to content

Commit

Permalink
Add English HTML-only to check_times
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Oct 11, 2024
1 parent 5ac8ae9 commit 2406204
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions check_times.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ def calc_time(lines: list[str]) -> None:


if __name__ == "__main__":
print("Build times (HTML only; English)")
print("=======================")
print()
calc_time(get_lines("docsbuild-only-html-en.log"))

print("Build times (HTML only)")
print("=======================")
print()
Expand Down

0 comments on commit 2406204

Please sign in to comment.