summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: d45905a5d4f258c87cde7b87fdcf6c0fc892f811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
build:
  os: ubuntu-22.04
  tools:
    python: '3.11'
sphinx:
  configuration: docs/conf.py
formats:
  - pdf
  - epub
python:
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs