Diff of /.readthedocs.yml [000000] .. [d9566e]

Switch to unified view

a b/.readthedocs.yml
1
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2
3
# Required
4
version: 2
5
6
# Build documentation in the docs/ directory with Sphinx
7
sphinx:
8
  configuration: docs/conf.py
9
10
# Optionally build your docs in additional formats such as PDF
11
formats:
12
  - pdf
13
14
python:
15
  version: 3.8
16
  install:
17
    - requirements: docs/requirements.txt