summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yml
blob: 6592c915e6e777feb8a4a5c91e570568eba264c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
version: 2

mkdocs:
  fail_on_warning: true
  configuration: mkdocs.yml

build:
  os: ubuntu-22.04
  tools:
    python: "3.11"
  commands:
    - pip install --user tox
    - python3 -m tox -e docs
python:
  install:
    - method: pip
      path: tox
    - method: pip
      path: .
      extra_requirements:
        - docs
submodules:
  include: all
  recursive: true