This commit is contained in:
Kenneth Reitz
2011-06-13 01:22:35 -04:00
parent 4b508abb41
commit 259f1f8cad
Vendored
+1 -1
View File
@@ -21,7 +21,7 @@ def _path_to(*loc):
def docs():
os.chdir(_path_to('.'))
os.system('ronn -5 README.md --style toc --pipe > ./httpbin/templates/httpbin.1.html')
os.system('ronn -5 README.md --style 80c --pipe > ./httpbin/templates/httpbin.1.html')
def prod():