.readthedocs.yaml 191 Bytes
Newer Older
wanglch's avatar
wanglch committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2

sphinx:
  configuration: docs/source/conf.py
  fail_on_warning: true

python:
  version: "3.8"
  install:
    - method: pip
      path: .
      extra_requirements:
        - dev