sphinx-test/.drone.yml

13 lines
166 B
YAML
Raw Permalink Normal View History

2021-05-06 21:56:02 +02:00
---
kind: pipeline
type: docker
name: sphinx_build
steps:
- name: html
image: sphinxdoc/sphinx-latexpdf
commands:
- make html
- make latexpdf