Fix Read the Docs build with modern setuptools - #128
Conversation
|
wow, you two are fast! |
|
I haven't been contributing for a long time, but was still following the project loosely, so it was a pleasure to get that GitHub message :-) And a pleasure to see that you are still fully engaged |
|
Reviewed on my phone but didn't notice @PhilippImhof also approved it :) |
|
Haha! I've been doing very little over the past 1-2 years I guess, but this summer I have some more time and would like to get some things seriously modernised. Haven't dared to open a PR yet and still have some things to flesh out for it -- but there is a generous refactor of ManimPango in my pipeline as well. 👀 https://github.com/behackl/ManimPango/tree/rewrite-v2 |
|
Let me know once it's ready, I can spend sometime reviewing it. This repo didn't have much changes over the past few years other than KTLO, so it'll be a good refactor. |
|
Will do! (And probably quite soon... :-)) |
Summary
pkg_resourcesAPI in the Sphinx configurationimportlib.metadataRead the Docs currently upgrades setuptools to 83, where
pkg_resourcesis no longer available. This caused the configuration phase of build 33903390 to fail.Testing