a | b/.readthedocs.yml | ||
---|---|---|---|
1 | version: 2 |
||
2 | |||
3 | build: |
||
4 | os: ubuntu-20.04 |
||
5 | tools: |
||
6 | python: "3.9" |
||
7 | |||
8 | sphinx: |
||
9 | configuration: docs/conf.py |
||
10 | fail_on_warning: true |
||
11 | |||
12 | python: |
||
13 | install: |
||
14 | - requirements: docs/requirements.txt |
||
15 | - requirements: requirements.txt |
||
16 | - method: pip |
||
17 | path: . |