summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: 218fdb215098265bcb749fe4dd223eb4c23d33be (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.12'
sphinx:
  configuration: docs/conf.py
formats:
  - pdf
  - epub
python:
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs