summaryrefslogtreecommitdiff
path: root/build_docs.sh
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2014-03-09 11:12:50 +0100
committerMartin Matusiak <numerodix@gmail.com>2014-03-09 11:12:50 +0100
commit01603b8351d47b3167eef138c69a619ca988b257 (patch)
treebcb77a71144b1cbf6f10311ba86b755382ca4409 /build_docs.sh
parent70ceced245d65814d9f14f6afa2a01e5739ec889 (diff)
downloadansicolor-01603b8351d47b3167eef138c69a619ca988b257.tar.gz
add docstrings to all exported functions
Diffstat (limited to 'build_docs.sh')
-rwxr-xr-xbuild_docs.sh2
1 files changed, 1 insertions, 1 deletions
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