8000 bpo-37860: Add netlify deploy preview for docs by epicfaace · Pull Request #15288 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-37860: Add netlify deploy preview for docs #15288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Aug 21, 2019
Prev Previous commit
Next Next commit
python3.7
  • Loading branch information
epicfaace committed Aug 14, 2019
commit 3e8f9bd5d991c64ad2385b316b268c5e10f39d52
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
command = "pip3 install sphinx==2.0.1 blurb python-docs-theme && make -C Doc/ html"
command = "python3.7 -m pip install sphinx==2.0.1 blurb python-docs-theme && make -C Doc/ html"
publish = "Doc/build/html"
0