Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC/TST make circle faster#20727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
61b8f9a
tob3250ad
CompareThis worked. Build was 30 minutes, but Circle seems slow currently. Upload was 5 minutes. Compare to the build for#20725 which took 47 minutes and 7 minutes to upload. I think compressing the images doesn't make up for all the extra verbiage in every html file from the navigation. |
codecov still saw an upload from appveyor ?! There are some mysteries not worth chasing down... |
Thanks for pushing on this@jklymak ! |
PR Summary
According to#20720 (comment), compressing images takes about 15% of the build time, as does the uncollapsed navigation, so don't do those costly steps if running Circle CI.
Note that the pydata-sphinx-theme is still quite slow, taking 50% more time than the bare build without the other two options.
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).