-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
speedup sphinx build with caching pip #13209
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@smoench this is really nice. Thanks for all your help to improve the performance of the doc linter. |
Thanks a lot! In the CMF docs, we also cached |
Sure, I was also thinking about that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice Improvement ✌🏻
e69291f
to
e69fea3
Compare
I don't know what causes following error:
|
9ecfd7c
to
a50aa2b
Compare
Hmm, that reference target ( |
5a0abdf
to
7c4b3cc
Compare
On the first try the base branch was on But some how after the cache hit and cache file has been extracted, sphinx thinks all files has been changed. So cache does not work properly 🤷♂ |
So we only go with the pip cache and not the other ones? |
7c4b3cc
to
65f9417
Compare
Unfortunately, yes! But perhaps someone can confirm that it is working with a more latest sphinx version than 1.3.6. |
Well, Sphinx uses |
Based on symfony/symfony-docs#13209 by @smoench
Based on symfony/symfony-docs#13209 by @smoench
Based on symfony/symfony-docs#13209 by @smoench
Based on symfony/symfony-docs#13209 by @smoench
Thank you Simon. |
No description provided.