Generate doc previews for pull requests

This commit is contained in:
Jeremy Bowman 2018-05-16 10:19:28 -04:00
parent 5dddf7f262
commit 7326ff2a91
1 changed files with 5 additions and 0 deletions

5
netlify.toml Normal file
View File

@ -0,0 +1,5 @@
# Configuration for pull request documentation previews via Netlify
[build]
publish = "docs/build/html"
command = "pip install tox && tox -e docs"