Update sphinx build

This commit is contained in:
Joel Addison 2020-11-24 09:49:41 +10:00
parent c1dfd2c5f9
commit bd42d0d997

View file

@ -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/