Lott, Christopher (cl778h) | 6b1d437 | 2020-05-29 11:27:32 -0400 | [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: |
czichy | 30bd23b | 2023-08-31 15:14:45 +0300 | [diff] [blame] | 12 | os: "ubuntu-22.04" |
czichy | fb81f50 | 2023-08-31 13:10:16 +0300 | [diff] [blame] | 13 | tools: |
| 14 | python: "3.7" |
Lott, Christopher (cl778h) | 6b1d437 | 2020-05-29 11:27:32 -0400 | [diff] [blame] | 15 | |
| 16 | python: |
Lott, Christopher (cl778h) | 6b1d437 | 2020-05-29 11:27:32 -0400 | [diff] [blame] | 17 | install: |
| 18 | - requirements: docs/requirements-docs.txt |
| 19 | |
| 20 | sphinx: |
| 21 | configuration: docs/conf.py |