[ci] add dependencies for doc build
This commit is contained in:
parent
a4e786f30e
commit
0c09c04945
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# The package list is designed for Ubuntu 20.04 LTS
|
||||
apt-get install python3-sphinx
|
||||
python3 -m pip install -r docs/requirements.txt
|
Loading…
Reference in New Issue