Explorar o código

Merge branch 'master' of github.com:ask/celery

Ask Solem %!s(int64=14) %!d(string=hai) anos
pai
achega
597ff9a08b
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      pavement.py

+ 8 - 0
pavement.py

@@ -24,6 +24,14 @@ def html(options):
     builtdocs.move(destdir)
 
 
+@task
+@needs("paver.doctools.html")
+def qhtml(options):
+    destdir = path("Documentation")
+    builtdocs = sphinx_builddir(options)
+    sh("rsync -az %s/ %s" % (builtdocs, destdir))
+
+
 @task
 @needs("clean_docs", "paver.doctools.html")
 def ghdocs(options):