--- kind: pipeline type: docker name: sphinx_build steps: - name: html image: sphinxdoc/sphinx-latexpdf commands: - make html - make latexpdf