add install of pydata theme

This commit is contained in:
acereca 2021-02-12 12:40:49 +01:00
parent c068427474
commit a9f5134535
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ pipeline {
agent any agent any
steps { steps {
sh 'pip install sphinx' sh 'pip install sphinx'
sh 'pip install pydata-sphinx-theme'
sh 'mkdir -p docs/_build' sh 'mkdir -p docs/_build'
} }
} }