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
The sphinx-reredirect extension does not declare it self safe or unsafe for
parallel execution which leads to sphinx generating a warning when we build
for testing.
For now remove the parallel execution to get rid of the warning.
Longer Term: I've made a Merge request against the extension to fix the issue.
https://gitlab.com/documatt/sphinx-reredirects/-/merge_requests/10
and I've created #2107 to
track the issue so it doesn't get lost.
In the mean time, turning off the parallel builds doesn't seem to significantly
slow down the builds, a clean build from scratch without parallelization took less
than 6 minutes.
Check to see if https://gitlab.com/documatt/sphinx-reredirects/-/merge_requests/10 has merged and been released, if not, give it another nudge and bump this ticket out a few sprints.
Once https://gitlab.com/documatt/sphinx-reredirects/-/merge_requests/10 has merged, we can turn on parallel builds again in
run_tests.sh
.See cf90b90 for a more detailed explanation.
The text was updated successfully, but these errors were encountered: