Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 39bbaac0 authored by Jason Kridner's avatar Jason Kridner
Browse files

use hub.docker.com beagle/sphinx-build-env

parent 251d403e
Branches
Tags
No related merge requests found
image: python:3.9-alpine
image: beagle/sphinx-build-env:latest
stages:
- deploy
before_script:
- apk update
- python -m pip install --upgrade pip
- pip install -U sphinx
- pip install sphinxcontrib-svg2pdfconverter
- apk add librsvg
- pip install sphinx_rtd_theme
- apk add texlive-full
- apk add make
pages:
stage: deploy
script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment