Forum | Documentation | Website | Blog

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

Merge remote-tracking branch 'upstream/main' into main

parents 251d403e e938825c
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