a | b/.readthedocs.yml | ||
---|---|---|---|
1 | version: 2 |
||
2 | |||
3 | build: |
||
4 | os: ubuntu-22.04 |
||
5 | tools: |
||
6 | python: "3.10" |
||
7 | |||
8 | sphinx: |
||
9 | builder: html |
||
10 | configuration: docs/conf.py |
||
11 | fail_on_warning: false |
||
12 | |||
13 | python: |
||
14 | install: |
||
15 | - method: pip |
||
16 | path: . |
||
17 | extra_requirements: [docs, neural] |
||
18 | |||
19 | submodules: |
||
20 | include: [docs/notebooks] |
||
21 | recursive: true |