summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-05-16 14:33:38 -0400
committerGitHub <noreply@github.com>2018-05-16 14:33:38 -0400
commit1252d1b3b34261acd6c8051c4fe97f206a7118b7 (patch)
tree610955e313e7dbea100443110fc53114e496dd55
parent5dddf7f26295af7ab9cd5dbf1e2b4472d7739187 (diff)
parent7326ff2a919a1b98262c10e618bfa524d0a14d5f (diff)
downloadpython-setuptools-git-1252d1b3b34261acd6c8051c4fe97f206a7118b7.tar.gz
Merge pull request #1367 from jmbowman/jmbowman/doc_previews
Generate doc previews for pull requests
-rw-r--r--netlify.toml5
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"