add install of pydata theme
This commit is contained in:
parent
c068427474
commit
a9f5134535
|
@ -5,6 +5,7 @@ pipeline {
|
|||
agent any
|
||||
steps {
|
||||
sh 'pip install sphinx'
|
||||
sh 'pip install pydata-sphinx-theme'
|
||||
sh 'mkdir -p docs/_build'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue