summaryrefslogtreecommitdiff
path: root/build_docs.sh
blob: 3e4336ae1278522b0013e61579f5c1919ba80451 (plain)
1
2
3
4
5
6
#!/bin/bash

rm docs/ansicolor.rst docs/modules.rst
sphinx-apidoc -o docs ansicolor
cd docs && \
    make html