Closed jturner65 closed 2 months ago
Thanks! Python 2 was never really supported by m.css, so I just dropped the line altogether in b8206e2f79f1fac82b4e34189b77da17646341ec. And adapted to a bunch of other deprecation warnings in b235b3e675e9f700d0ef942a960ed4b7d0a06729 and 6c0dfc9ad6a6b7bff7761b8d305be7d4ff86d26d. CIs failed because numpy and pybind11 didn't like each other, that should be fixed with dcf2af6a4b5401b4f8099373e53dc704bc79b864.
Let me know if you hit any other deprecation warnings.
Reprunicode() was a compatibility hack for python 2 that was removed in docutils v0.21.
This PR adds a check for platform being python 2.0, with the assumption that any version of docutils still supporting python 2.7 or earlier (docutils 0.18.1 or earlier) would also still support reprunicode()