From 2b081a6e71f52faebddd8d3536f3a9e85ef5a1da Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 11 Sep 2016 22:37:52 +0300 Subject: [PATCH] genapidocs: replace short options with long ones --- project_template/docs/genapidocs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project_template/docs/genapidocs b/project_template/docs/genapidocs index 533956b..552c26b 100755 --- 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 -- 2.39.2