Update git submodules
[doc.git] / .readthedocs.yaml
1 ---
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 #
7 version: 2
8
9 formats:
10    - htmlzip
11
12 build:
13    image: latest
14
15 python:
16    version: 3.7
17    install:
18       - requirements: etc/requirements.txt
19
20 submodules:
21    include: all
22
23 sphinx:
24    configuration: docs/conf.py