Toshiaki Takahashi | 8619f63 | 2022-03-21 10:57:25 +0000 | [diff] [blame] | 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 | version: 2 | ||||
7 | |||||
8 | formats: | ||||
9 | - htmlzip | ||||
10 | |||||
11 | build: | ||||
12 | image: latest | ||||
13 | |||||
14 | python: | ||||
15 | version: 3.7 | ||||
16 | install: | ||||
17 | - requirements: docs/requirements-docs.txt | ||||
18 | |||||
19 | sphinx: | ||||
20 | configuration: docs/conf.py |