-
Notifications
You must be signed in to change notification settings - Fork 16.3k
[v2-10-test] Fix Building docs CI
#48568
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
[v2-10-test] Fix Building docs CI
#48568
Conversation
Building docs CI
|
FYI: WARNING: undefined label: 'config:celery__worker_precheck -> this is likely the culprit. |
|
Sorry @potiuk, I might not be able to resolve this 😢 and may need your help to carry it forward 🙏
Agree, I also think this to be the root cause of the docs build failure. |
|
Taking a look now |
|
The problem is caused by #47320 - it removed worker_precheck command from celery configuration, yet in 2.10.0 we still refer to it - there was an old confifuration core/woreer_precheck that has been renamed to celery/worker_precheck - which is now gone from celery. |
a50cafa to
f4c8dcb
Compare
|
I think this one should work now there was also another change #47399 that removed authentication backends recently and it also had to be fixed. |
|
Ok. Docs building is fixed - there was a temp issue on downloading inventory. Also mypy issue fixed separatelu in #49156 - ther was also a core celery test issue, but this one should be treated separtaely |
f4c8dcb to
5b9d80a
Compare
|
Actually - the celery failure might be related.. Let me see |
Some recent changes in main and documentation published in the inventories, made the 2.10 doc building fail as references to non-existing docs in the new inventories were still used in the documentation for 2.10 This PR fixes it by changing the docs to not refer to those changed docs any more. The PRs that removed the links: apache#47320 and apache#47399 Co-authored-by: LIU ZHE YOU <zhu424.dev@gmail.com> Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
5b9d80a to
ee7ae9c
Compare
|
Tried alternative approach |
|
Worked. |
related: #48404
What
Fix
Building docsCI onv2-10-testbranch.