add install of pydata theme
This commit is contained in:
Vendored
+1
@@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user