summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yml
blob: ab426058f43f43da56300da85454cb171dc43d6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2

sphinx:
  builder: htmldir
  configuration: docs/conf.py

python:
  version: 3.8
  install:
    - requirements: docs/requirements.txt
    - method: pip
      path: .