documentation url style update

This commit is contained in:
Kenneth Reitz
2011-02-10 10:18:58 -05:00
parent 806aba9ef3
commit ca77ed6f64
Vendored
+2 -2
View File
@@ -9,8 +9,8 @@ def scrub():
def docs():
"""Build docs."""
os.system('make html')
os.chdir('_build/html')
os.system('make dirhtml')
os.chdir('_build/dirhtml')
os.system('sphinxtogithub .')
os.system('git add -A')
os.system('git commit -m \'documentation update\'')