> > It was suspended because of limitation of netlify.
I had the same problem with docs previews for pydantic, I solved it by creating a google cloud run script that unpacked a zip file and uploaded it to google cloud storage where the docs could be viewed, the files expire after 6 months to avoid excessive storage. See this PR <https://github.com/samuelcolvin/pydantic/pull/1635> for an example, go down to the "deploy/docs — Docs preview ready!" check. If this is something python would find useful I'd be happy to help set something up, feel free to email me off the list. Samuel
_______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/X4CIBQVGBFPJITMOWOSFJHJYATKMYTAD/ Code of Conduct: http://python.org/psf/codeofconduct/