Install babel as a dependency on documentation generation stage

This commit is contained in:
Manuel Cortez 2020-02-28 17:30:28 -06:00
parent 4b62576a0a
commit 3dda56688c

View File

@ -22,6 +22,8 @@ documentation:
tags: tags:
- windows10 - windows10
script: script:
### Dependencies.
- '&$env:PYTHON3_32 -m pip install --upgrade babel'
# generate all html documents first. # generate all html documents first.
- copy changelog.md doc\changelog.md - copy changelog.md doc\changelog.md
- cd doc - cd doc