Changeset - bd42d0d9970f
[Not reviewed]
0 1 0
Joel Addison - 4 years ago 2020-11-23 23:51:40
joel@addison.net.au
Update sphinx build
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
.gitlab-ci.yml
Show inline comments
...
 
@@ -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/
0 comments (0 inline, 0 general)