Install dependencies when generating docs

This commit is contained in:
Manuel Cortez 2022-02-19 17:37:39 -06:00
parent 84d98cd183
commit cdbcc434a2
No known key found for this signature in database
GPG Key ID: 262CC30FA01B5CBF

View File

@ -51,6 +51,7 @@ pages:
stage: doc
script:
- 'pip install --upgrade sphinx'
- -pip install --upgrade -r requirements.txt-
- 'make html'
- 'mv -f _build/html public'
artifacts: