Merge pull request #1210 from moreati/issue1209

docs: Fix "No module named 'imghdr'" when building website
pull/1211/head
Alex Willmer 12 months ago committed by GitHub
commit 69b6552f3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,6 +21,8 @@ To avail of fixes in an unreleased version, please download a ZIP file
In progress (unreleased)
------------------------
* :gh:issue:`1209` docs: Fix Netlify build of website
v0.3.20 (2025-01-07)
--------------------

@ -0,0 +1,2 @@
[build.environment]
PYTHON_VERSION = "3.8"
Loading…
Cancel
Save