Skip to content

Commit 2406204

Browse files
committed
Add English HTML-only to check_times
1 parent 5ac8ae9 commit 2406204

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

check_times.py

+5
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ def calc_time(lines: list[str]) -> None:
7878

7979

8080
if __name__ == "__main__":
81+
print("Build times (HTML only; English)")
82+
print("=======================")
83+
print()
84+
calc_time(get_lines("docsbuild-only-html-en.log"))
85+
8186
print("Build times (HTML only)")
8287
print("=======================")
8388
print()

0 commit comments

Comments
 (0)