docs building

This commit is contained in:
fawce
2012-02-08 16:01:39 -05:00
parent 6377c76208
commit ef39dae85a
21 changed files with 1087 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
import os
if os.path.exists("paver-minilib.zip"):
import sys
sys.path.insert(0, "paver-minilib.zip")
import paver.tasks
paver.tasks.main()