pelican-plugins / render-math

Pelican plugin that renders mathematics via the MathJax JavaScript engine
Other
30 stars 7 forks source link

Replace `distutils` with `packaging` for version checking #24

Closed dbinetti closed 3 weeks ago

dbinetti commented 5 months ago

distutils has been removed from python 3.12. This is causing an ImportError in configure_typogrify which then inadvertently disables Typogrify. This updates to packaging.version.Version.