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
|
||||
image: alpine
|
||||
script:
|
||||
- apk --no-cache add py2-pip python-dev make
|
||||
- apk --no-cache add py3-pip python3-dev make
|
||||
- pip install sphinx
|
||||
- cd docs
|
||||
- make html
|
||||
|
@ -238,7 +238,7 @@ pages:
|
|||
<<: *sphinx
|
||||
only:
|
||||
- master
|
||||
- "2019"
|
||||
- "2021"
|
||||
environment:
|
||||
name: docs
|
||||
url: https://laconfdev.gitlab.io/symposion_app/
|
||||
|
|
Loading…
Reference in a new issue