summaryrefslogtreecommitdiff
path: root/regen-docs
diff options
context:
space:
mode:
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