summaryrefslogtreecommitdiff
path: root/regen-docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-29 21:33:05 +0900
committerGitHub <noreply@github.com>2018-11-29 21:33:05 +0900
commit050bc4a2e75466caa33239ffeda0e4e74c69d1fd (patch)
tree2a657df0559dc5a16be8eb0d42b252d69299491b /regen-docs
parent6b672b39a05ec605bda28115ce922a6f449442a7 (diff)
parent55cea2c020827e28004f10a63f6b0fb6930b5ca1 (diff)
downloadpastedeploy-git-setup-py-update.tar.gz
Merge branch 'master' into setup-py-updatesetup-py-update
Diffstat (limited to 'regen-docs')
-rwxr-xr-xregen-docs9
1 files changed, 0 insertions, 9 deletions
diff --git a/regen-docs b/regen-docs
deleted file mode 100755
index f8dad75..0000000
--- a/regen-docs
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-mkdir -p docs/_static docs/_build
-sphinx-build -E -b html docs/ docs/_build || exit 1
-if [ "$1" = "publish" ] ; then
- cd docs/
- echo "Uploading files..."
- scp -r _build/* ianb@webwareforpython.org:/home/paste/htdocs/deploy/
-fi