Closed cosenal closed 4 months ago
Heya, sphinx doesn't use sqlite, so it's gonna be to do with an extension you are using. Looking at them, it's probably myst_nb
For future reference, it looks like the problem is with https://github.com/executablebooks/jupyter-cache and its db.
Describe the bug
When running a sphinx-build with the
-j auto
option, the build sometimes fails with the following error, suggesting a race condition when multiple processes are trying to create the same settings table.How to Reproduce
This is not easy to reproduce, as it doesn't happen all the time (coherent with the hypothesis that it's a race condition.) The error can be observed in the following Github workflow build: https://github.com/unitaryfund/mitiq/actions/runs/9687189589/job/26731263749
Environment Information
Sphinx extensions
No response
Additional context
No response