create API docs from docstrings
This commit is contained in:
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}
|
||||
|
||||
Reference in New Issue
Block a user