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