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
use pip3
  • Loading branch information
epicfaace committed Aug 14, 2019
commit 24f3a20cf335c9a1687bd9329646c26a174844b1
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
command = "python3 -m pip install sphinx==2.0.1 blurb python-docs-theme && make -C Doc/ html"
command = "pip3 install sphinx==2.0.1 blurb python-docs-theme && make -C Doc/ html"
publish = "Doc/build/html"
0