projects
/
cookiecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8522170
)
genapidocs: replace short options with long ones
author
Oleg Broytman
<phd@phdru.name>
Sun, 11 Sep 2016 19:37:52 +0000
(22:37 +0300)
committer
Oleg Broytman
<phd@phdru.name>
Sun, 11 Sep 2016 19:37:52 +0000
(22:37 +0300)
project_template/docs/genapidocs
patch
|
blob
|
history
diff --git
a/project_template/docs/genapidocs
b/project_template/docs/genapidocs
index 533956b3088cbd3f589253a8d4d2cd2bfb2ca709..552c26bbd85344d83251fc17629a264f2712cecd 100755
(executable)
--- a/
project_template/docs/genapidocs
+++ b/
project_template/docs/genapidocs
@@
-1,4
+1,5
@@
#! /bin/sh
cd "`dirname $0`"/.. &&
-exec sphinx-apidoc -Me -o docs/api project
+exec sphinx-apidoc --separate --module-first --suffix=rst --force \
+ --output-dir=docs/api project