Luis Farias | dc60302 | 2019-11-12 17:45:28 -0800 | [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: |
Luis Farias | 4ab34f1 | 2019-11-19 16:39:57 -0800 | [diff] [blame] | 17 | - requirements: docs/requirements-docs.txt |
Luis Farias | dc60302 | 2019-11-12 17:45:28 -0800 | [diff] [blame] | 18 | |
| 19 | sphinx: |
Luis Farias | 4ab34f1 | 2019-11-19 16:39:57 -0800 | [diff] [blame] | 20 | configuration: docs/conf.py |