5 lines
86 B
Bash
5 lines
86 B
Bash
|
#!/usr/bin/sh
|
||
|
|
||
|
sphinx-apidoc --force --separate --output-dir=doc src
|
||
|
make -C doc html
|