Install dependencies when generating docs
This commit is contained in:
parent
84d98cd183
commit
cdbcc434a2
@ -51,6 +51,7 @@ pages:
|
|||||||
stage: doc
|
stage: doc
|
||||||
script:
|
script:
|
||||||
- 'pip install --upgrade sphinx'
|
- 'pip install --upgrade sphinx'
|
||||||
|
- -pip install --upgrade -r requirements.txt-
|
||||||
- 'make html'
|
- 'make html'
|
||||||
- 'mv -f _build/html public'
|
- 'mv -f _build/html public'
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user