From 4383e36c1ffcb054a9aa11e8365c6faf5bd667bf Mon Sep 17 00:00:00 2001 From: Harrison Date: Fri, 28 Apr 2023 14:01:10 -0500 Subject: [PATCH] Removed space in doc title --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 96586fa..b2a9737 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { sh "python -m build" sh 'sphinx-apidoc -o docs/source/ src/bmlsa --force' sh 'make -C docs html' - publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, reportDir: 'docs/build/html', reportFiles: 'index.html', reportName: 'BMLSA Docs', reportTitles: '']) + publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, reportDir: 'docs/build/html', reportFiles: 'index.html', reportName: 'BMLSA', reportTitles: '']) } } stage("test installation") {