diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-05-16 14:33:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-16 14:33:38 -0400 |
commit | 1252d1b3b34261acd6c8051c4fe97f206a7118b7 (patch) | |
tree | 610955e313e7dbea100443110fc53114e496dd55 | |
parent | 5dddf7f26295af7ab9cd5dbf1e2b4472d7739187 (diff) | |
parent | 7326ff2a919a1b98262c10e618bfa524d0a14d5f (diff) | |
download | python-setuptools-git-1252d1b3b34261acd6c8051c4fe97f206a7118b7.tar.gz |
Merge pull request #1367 from jmbowman/jmbowman/doc_previews
Generate doc previews for pull requests
-rw-r--r-- | netlify.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..ec21e7be --- /dev/null +++ b/netlify.toml @@ -0,0 +1,5 @@ +# Configuration for pull request documentation previews via Netlify + +[build] + publish = "docs/build/html" + command = "pip install tox && tox -e docs" |