blob: 10453a93d8f96cfe5e45dbb62845765e1d15dd02 [file] [log] [blame]
thmsdt62eed752021-12-01 08:43:23 +01001---
2# .readthedocs.yml
3# # Read the Docs configuration file
4# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5# # Required
6#
7version: 2
8
9build:
10 image: latest
11
12python:
13 version: 3.7
14 install:
15 - requirements: etc/requirements.txt
16
17submodules:
18 include: all
19
20sphinx:
21 configuration: docs/conf.py