summaryrefslogtreecommitdiff
path: root/build_docs.sh
diff options
context:
space:
mode:
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