This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author epicfaace
Recipients Mariatta, brett.cannon, docs@python, epicfaace, willingc
Date 2020-03-15.23:00:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584313223.22.0.707124377467.issue37860@roundup.psfhosted.org>
In-reply-to
Content
Given Ernest's comment in https://github.com/python/cpython/pull/15288#issuecomment-579476340 about the limitations of Netlify (1000 build minutes per month), it doesn't seem like Netlify will be a viable alternative.

Instead, I've added a PR (https://github.com/python/cpython/pull/19025) that takes an alternative approach. It uses GitHub Actions to deploy the docs to the gh-pages branch, then adds a comment to the PR with a link to the deploy preview.

The way this works is that the gh-pages branch has subfolders with the SHA of each commit, and each deploy preview is deployed to each subfolder.

I've enabled this on my fork of cpython -- here's an example PR on my fork: https://github.com/epicfaace/cpython/pull/7
History
Date User Action Args
2020-03-15 23:00:23epicfaacesetrecipients: + epicfaace, brett.cannon, docs@python, willingc, Mariatta
2020-03-15 23:00:23epicfaacesetmessageid: <1584313223.22.0.707124377467.issue37860@roundup.psfhosted.org>
2020-03-15 23:00:23epicfaacelinkissue37860 messages
2020-03-15 23:00:22epicfaacecreate