From 259f1f8cad6e90d4cefbc97f1b0341551d1c6424 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 13 Jun 2011 01:22:35 -0400 Subject: [PATCH] 80c ronn --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index 51e36cd..6670b42 100644 --- a/fabfile.py +++ b/fabfile.py @@ -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():