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
...
 
@@ -221,13 +221,13 @@ build_2020_image:
 
    name: 2019/staging
 
    url: https://staging.lca2019.org
 

	
 
.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
 
  - cd ..
 
  - mv docs/_build/html public
 
  artifacts:
...
 
@@ -235,13 +235,13 @@ build_2020_image:
 
    - public
 

	
 
pages:
 
  <<: *sphinx
 
  only:
 
  - master
 
  - "2019"
 
  - "2021"
 
  environment:
 
    name: docs
 
    url: https://laconfdev.gitlab.io/symposion_app/
 

	
 
build_sphinx:
 
  <<: *sphinx
0 comments (0 inline, 0 general)