I think the possibility to have publish a preview when a PR changes the documentation was considered at one time but I can't find anything about this now. Has this been scraped?
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:19 AM <remi.lapeyre@henki.fr> wrote:
I think the possibility to have publish a preview when a PR changes the documentation was considered at one time but I can't find anything about this now. Has this been scraped? _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-leave@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/4KUGG5... Code of Conduct: http://python.org/psf/codeofconduct/
-- Inada Naoki <songofacandy@gmail.com>
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
participants (3)
-
Inada Naoki
-
remi.lapeyre@henki.fr
-
Samuel Colvin