Commit 87bc3b7a authored by Ashwin Ramaswami's avatar Ashwin Ramaswami Committed by Carol Willing

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
parent d8c5adf6
# Requirements for docs build on netlify
# Pin sphinx to version specified in .travis.yml
sphinx==2.0.1
blurb
python-docs-theme
3.7
\ No newline at end of file
[build]
base = "Doc/"
command = "make html"
publish = "Doc/build/html"
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment