summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: 2bda3d49572457d399fcfd0fdf7ec6865cfa2bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: 2
build:
  image: latest
sphinx:
  configuration: docs/conf.py
  fail_on_warning: false
python:
   version: 3.8
   install:
     - requirements: requirements_docs.txt
     - method: pip
       path: .
   system_packages: false