Update sphinx build
This commit is contained in:
parent
c1dfd2c5f9
commit
bd42d0d997
1 changed files with 2 additions and 2 deletions
|
@ -224,7 +224,7 @@ build_2020_image:
|
||||||
.docs_template: &sphinx
|
.docs_template: &sphinx
|
||||||
image: alpine
|
image: alpine
|
||||||
script:
|
script:
|
||||||
- apk --no-cache add py2-pip python-dev make
|
- apk --no-cache add py3-pip python3-dev make
|
||||||
- pip install sphinx
|
- pip install sphinx
|
||||||
- cd docs
|
- cd docs
|
||||||
- make html
|
- make html
|
||||||
|
@ -238,7 +238,7 @@ pages:
|
||||||
<<: *sphinx
|
<<: *sphinx
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- "2019"
|
- "2021"
|
||||||
environment:
|
environment:
|
||||||
name: docs
|
name: docs
|
||||||
url: https://laconfdev.gitlab.io/symposion_app/
|
url: https://laconfdev.gitlab.io/symposion_app/
|
||||||
|
|
Loading…
Reference in a new issue