Skip to content

Commit

Permalink
Remove unneeded lines in Jenkinsfile and conf.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkalmbach committed May 23, 2024
1 parent 933ceac commit 2a13a9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ pipeline {
XML_REPORT = "jenkinsReport/report.xml"
// Module name used in the pytest coverage analysis
MODULE_NAME = "lsst.ts.wep"
// PlantUML url
PLANTUML_URL = "https://github.com/plantuml/plantuml/releases/download/v1.2021.13/plantuml-1.2021.13.jar"
// Authority to publish the document online
user_ci = credentials('lsst-io')
LTD_USERNAME = "${user_ci_USR}"
Expand Down Expand Up @@ -117,8 +115,6 @@ pipeline {
def RESULT = sh returnStatus: true, script: """
source ${env.LSST_STACK}/loadLSST.bash
curl -L ${env.PLANTUML_URL} -o plantuml.jar
pip install sphinxcontrib-plantuml
cd ts_wep
Expand Down
2 changes: 0 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
This configuration only affects single-package Sphinx documentation builds.
"""

import os.path

import lsst.ts.wep
from documenteer.conf.pipelinespkg import *

Expand Down

0 comments on commit 2a13a9b

Please sign in to comment.