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 5ac8ae9 commit 2406204Copy full SHA for 2406204
check_times.py
@@ -78,6 +78,11 @@ def calc_time(lines: list[str]) -> None:
78
79
80
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
+
86
print("Build times (HTML only)")
87
print("=======================")
88
print()
0 commit comments