This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
pyoidc-ozwillo/doc/make.sh

5 lines
80 B
Bash
Executable File

#!/bin/sh
rm -f oic*
sphinx-apidoc -F -o ../doc/ ../src/oic
make clean
make html