I initially reported this issue in the sphinx-doc repository (https://github.com/sphinx-doc/sphinx/issues/11463), but upon further investigation, I've come to realize that the error might stem from an extension. I've narrowed down the culprit to sphinx-sitemap, which utilizes multiprocessing.Manager.
It appears that the code leveraging multiprocessing.Manager cannot be pickled.
Any insights or solutions would be greatly appreciated. Thank you!
I initially reported this issue in the sphinx-doc repository (https://github.com/sphinx-doc/sphinx/issues/11463), but upon further investigation, I've come to realize that the error might stem from an extension. I've narrowed down the culprit to
sphinx-sitemap
, which utilizesmultiprocessing.Manager
.It appears that the code leveraging
multiprocessing.Manager
cannot be pickled.Any insights or solutions would be greatly appreciated. Thank you!