create API docs from docstrings
This commit is contained in:
parent
18d414bc58
commit
f295400158
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -50,6 +50,7 @@ pipeline {
|
||||
sh 'rm -f ${SPHINX_DIR}/sphinx-build.log'
|
||||
// build docs
|
||||
sh '''
|
||||
venv/bin/sphinx-apidoc -f -o docs/source/api esbo_etc
|
||||
venv/bin/sphinx-build \
|
||||
-w ${SPHINX_DIR}/sphinx-build.log \
|
||||
-b html ${SPHINX_DIR}/${SOURCE_DIR} ${SPHINX_DIR}/${BUILD_DIR}
|
||||
|
Loading…
Reference in New Issue
Block a user