docs: fix doc build error in CI
This commit is contained in:
parent
a444d89f2b
commit
c18cf2ee8d
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ build_docs:
|
|||
expire_in: 1 mos
|
||||
script:
|
||||
- source /opt/pyenv/activate && pyenv global 3.6.10
|
||||
- pip install "setuptools<57.5.0"
|
||||
- pip install "funcparserlib==0.3.6"
|
||||
- /opt/pyenv/pyenv-1.2.16/versions/3.6.10/bin/python -m pip install --user -r docs/requirements.txt
|
||||
- cd docs
|
||||
- ./check_lang_folder_sync.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue