diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-10-02 16:29:23 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-10-02 16:29:23 -0700 |
commit | 0b9d772a21a44af38ecceae0fdbae645e386bd9b (patch) | |
tree | e49c9438597fb388e8b4d3b7f5a99e3e6619e72d | |
parent | 45008b4d43ce65e51e03ca17d7c39e4892833c51 (diff) | |
parent | 985df357ec039bcb28f6f260e64e9838204506f6 (diff) |
Merge branch '1.15'
-rw-r--r-- | tasks.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |