summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yml
blob: 8262c4e6bae08addbba5e51c5964951fd938dcd5 (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
26
---
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 -- --strict --site-dir=_readthedocs/html/
python:
  system_packages: false
  install:
    - method: pip
      path: tox
    - method: pip
      path: .
      extra_requirements:
        - docs
submodules:
  include: all
  recursive: true