5a1596f051
Jira-Issue: OSTACKDEV-25
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sphinx-apidoc -f -o ./doc/source ./kollacli
|
|
python setup.py build_sphinx
|