documentation update

This commit is contained in:
Kenneth Reitz
2010-10-08 11:50:43 -04:00
parent 55eb3f93e3
commit d4b659ece9
Vendored
+2 -1
View File
@@ -11,4 +11,5 @@ def docs():
"""Build docs."""
os.system('make html')
os.system('cd _build/html')
os.system('git commit -am \'documentation update\'')
os.system('git commit -am \'documentation update\'')
os.system('git push origin gh-pages')