From 01603b8351d47b3167eef138c69a619ca988b257 Mon Sep 17 00:00:00 2001 From: Martin Matusiak Date: Sun, 9 Mar 2014 11:12:50 +0100 Subject: add docstrings to all exported functions --- build_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_docs.sh') diff --git a/build_docs.sh b/build_docs.sh index 3e4336a..64ba35d 100755 --- a/build_docs.sh +++ b/build_docs.sh @@ -1,6 +1,6 @@ #!/bin/bash rm docs/ansicolor.rst docs/modules.rst -sphinx-apidoc -o docs ansicolor +sphinx-apidoc --separate --output-dir docs ansicolor cd docs && \ make html -- cgit v1.2.1