Diff of /.readthedocs.yml [000000] .. [1aa732]

Switch to unified view

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