mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
make html => fab docs
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
html:
|
||||
|
||||
ronn -5 ./httpbin.1.md --style toc --pipe > ../httpbin/templates/httpbin.1.html
|
||||
Vendored
+1
-2
@@ -20,9 +20,8 @@ def _path_to(*loc):
|
||||
|
||||
|
||||
def docs():
|
||||
os.chdir(_path_to('docs'))
|
||||
os.system('make')
|
||||
os.chdir(_path_to('.'))
|
||||
os.system('ronn -5 README.md --style toc --pipe > ./httpbin/templates/httpbin.1.html')
|
||||
|
||||
|
||||
def prod():
|
||||
|
||||
Reference in New Issue
Block a user