[a2a3e7]: / .readthedocs.yaml

Download this file

21 lines (20 with data), 444 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
sphinx:
configuration: docs/conf.py
# disable this for more lenient docs builds
fail_on_warning: false
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docsbuild
submodules:
include: [docs/tutorials/notebooks]
recursive: true