summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-10-02 16:29:23 -0700
committerJeff Forcier <jeff@bitprophet.org>2015-10-02 16:29:23 -0700
commit0b9d772a21a44af38ecceae0fdbae645e386bd9b (patch)
treee49c9438597fb388e8b4d3b7f5a99e3e6619e72d
parent45008b4d43ce65e51e03ca17d7c39e4892833c51 (diff)
parent985df357ec039bcb28f6f260e64e9838204506f6 (diff)
Merge branch '1.15'
-rw-r--r--tasks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 3d575670..7c920daf 100644
--- a/tasks.py
+++ b/tasks.py
@@ -30,7 +30,8 @@ def release(ctx):
# Move the built docs into where Epydocs used to live
target = 'docs'
rmtree(target, ignore_errors=True)
- copytree(docs_build, target)
+ # TODO: make it easier to yank out this config val from the docs coll
+ copytree('sites/docs/_build', target)
# Publish
publish(ctx)
# Remind