You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add basic time elapsed output for each commands in ./make.py
Why?
Make it easier for new contributors to report performance
Remove cross-platform ambiguities
Current Behavior
build succeeded, 5 warnings.
The HTML pages are in build/html.
>> Command finished: sphinx-build --jobs auto -b html -d build/doctrees doc build/html
Build finished. The HTML pages are in /home/name/Projects/arcade/build/html.
Potential Desired Behavior
build succeeded, 5 warnings.
The HTML pages are in build/html.
>> Command finished (9m 56s): sphinx-build --jobs auto -b html -d build/doctrees doc build/html
Build finished. The HTML pages are in /home/name/Projects/arcade/build/html.
The text was updated successfully, but these errors were encountered:
What to add?
Add basic time elapsed output for each commands in
./make.py
Why?
Current Behavior
Potential Desired Behavior
The text was updated successfully, but these errors were encountered: