[issue37860] Add netlify deploy preview for docs

2020-03-15 Thread Kyle Stanley
Kyle Stanley added the comment: > only build PRs that have been tagged "documentation" My preference would be to have a "preview-with-netlify" label that could be manually added to use the netlify preview on a case-by-case basis. There are a substantial number of trivial PRs (such as typo fi

[issue37860] Add netlify deploy preview for docs

2020-03-15 Thread Ashwin Ramaswami
Ashwin Ramaswami added the comment: GitHub Pages has no limit on "build limits" like Netlify does. One limitation of this approach, though, is that GitHub Pages sites are limited to 1 GB in size. Each doc build is 50 MB, meaning that we could host at a maximum 20 builds. If we needed to, we

[issue37860] Add netlify deploy preview for docs

2020-03-15 Thread Ashwin Ramaswami
Ashwin Ramaswami added the comment: 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://git

[issue37860] Add netlify deploy preview for docs

2020-03-15 Thread Ashwin Ramaswami
Change by Ashwin Ramaswami : -- pull_requests: +18373 pull_request: https://github.com/python/cpython/pull/19025 ___ Python tracker ___

[issue37860] Add netlify deploy preview for docs

2020-01-28 Thread Ernest W. Durbin III
Change by Ernest W. Durbin III : -- pull_requests: +17622 pull_request: https://github.com/python/cpython/pull/18242 ___ Python tracker ___

[issue37860] Add netlify deploy preview for docs

2019-08-21 Thread Carol Willing
Carol Willing added the comment: New changeset 87bc3b7a0b0c41ea5da2aa137c4145f437a1c9fd by Carol Willing (Ashwin Ramaswami) in branch 'master': bpo-37860: Add netlify deploy preview for docs (GH-15288) https://github.com/python/cpython/commit/87bc3b7a0b0c41ea5da2aa137c4145f437a1c9fd ---

[issue37860] Add netlify deploy preview for docs

2019-08-15 Thread Brett Cannon
Change by Brett Cannon : -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue37860] Add netlify deploy preview for docs

2019-08-14 Thread Ashwin Ramaswami
Change by Ashwin Ramaswami : -- keywords: +patch pull_requests: +15012 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15288 ___ Python tracker ___

[issue37860] Add netlify deploy preview for docs

2019-08-14 Thread Ashwin Ramaswami
Change by Ashwin Ramaswami : -- nosy: +Mariatta ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue37860] Add netlify deploy preview for docs

2019-08-14 Thread Ashwin Ramaswami
New submission from Ashwin Ramaswami : It would be good to preview the cpython documentation on PRs using Netlify. See https://github.com/python/core-workflow/issues/348 -- assignee: docs@python components: Documentation messages: 349752 nosy: docs@python, epicfaace priority: normal se