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

rm docs/ansicolor.rst docs/modules.rst
sphinx-apidoc --separate --output-dir docs ansicolor
cd docs && \
    make html