blob: bc750dc7c2f0b0474274f6f21d897e75894ccb8e [file] [log] [blame]
Joakim Bechba552e82021-05-11 12:37:24 +02001version: 2
2
3# Build from the docs/ directory with Sphinx
4sphinx:
5 configuration: conf.py
6
7# Explicitly set the version of Python and its requirements
8python:
9 version: 3.7
10 install:
11 - requirements: requirements.txt