[Python-ideas] Re: Doc preview in Github PR

2020-06-17 Thread Samuel Colvin
> > 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 avoi

[Python-ideas] Re: Doc preview in Github PR

2020-06-16 Thread Inada Naoki
It was suspended because of limitation of netlify. For now, you can download zipped HTML files from Github Action. For example, visit this page and click "Artifacts" in the right side. https://github.com/python/cpython/pull/20879/checks?check_run_id=771369070 Regards, On Wed, Jun 17, 2020 at 8:1