5 lines
114 B
Bash
Executable File
5 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sphinx-apidoc -T -f ../src/PyAPplus64 -o source/generated
|
|
sphinx-build -a -E -b html source build/html
|