PyAPplus64/docs/builddocs.sh

5 lines
114 B
Bash
Raw Permalink Normal View History

2023-05-04 15:06:55 +02:00
#!/bin/sh
sphinx-apidoc -T -f ../src/PyAPplus64 -o source/generated
sphinx-build -a -E -b html source build/html