.readthedocs.yml 180 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
version: 2
formats:
  - pdf
python:
  version: 3
  install:
    - requirements: docs/requirements.txt
sphinx:
  builder: html
  configuration: docs/conf.py
  fail_on_warning: true