]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37860: Add netlify deploy preview for docs (GH-15288)
authorAshwin Ramaswami <aramaswamis@gmail.com>
Wed, 21 Aug 2019 13:08:47 +0000 (06:08 -0700)
committerCarol Willing <carolcode@willingconsulting.com>
Wed, 21 Aug 2019 13:08:47 +0000 (22:08 +0900)
commit87bc3b7a0b0c41ea5da2aa137c4145f437a1c9fd
tree1c468817b3296e0152084525482f80b89837b99a
parentd8c5adf6f83024238545aac0bb465289cc2dde84
bpo-37860: Add netlify deploy preview for docs (GH-15288)

* add netlify deploy preview

* fix publish path

* install python3 venv

* add sudo

* try without venv

* install right dependencies

* use python3, not python

* use pip3

* python3.7

* use requirements.txt

* move requirements.txt to Doc

* use python 3.7 in runtime.txt

* move runtime.txt

* Update requirements.txt
Doc/requirements.txt [new file with mode: 0644]
Doc/runtime.txt [new file with mode: 0644]
netlify.toml [new file with mode: 0644]