Просмотр исходного кода

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

Ask Solem 14 лет назад
Родитель
Сommit
597ff9a08b
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      pavement.py

+ 8 - 0
pavement.py

@@ -24,6 +24,14 @@ def html(options):
     builtdocs.move(destdir)
     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
 @task
 @needs("clean_docs", "paver.doctools.html")
 @needs("clean_docs", "paver.doctools.html")
 def ghdocs(options):
 def ghdocs(options):