From a9f5134535604d8c253538d44f69090d02251253 Mon Sep 17 00:00:00 2001 From: acereca Date: Fri, 12 Feb 2021 12:40:49 +0100 Subject: [PATCH] add install of pydata theme --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 3cb885c..74d5d50 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,7 @@ pipeline { agent any steps { sh 'pip install sphinx' + sh 'pip install pydata-sphinx-theme' sh 'mkdir -p docs/_build' } }