summaryrefslogtreecommitdiffstats
path: root/readthedocs.yml
blob: c3cc744c23bb38944a605df8447a8ed83e724e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: 2

submodules:
  include: all
  recursive: true

mkdocs:
  fail_on_warning: true

build:
  os: ubuntu-22.04
  tools:
    python: "3.11"

python:
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs