File size: 223 Bytes
aed86da
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env sh

DOCS_GENERATED_API_SRC=src/athai
DOCS_SRC=doc
DOCS_GENERATED_API_DST=doc/_autosummary
DOCS_DST=dist/doc

rm -rf $DOCS_DST
rm -rf $DOCS_GENERATED_API_DST

poetry run sphinx-build -E -a $DOCS_SRC $DOCS_DST