aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yml
blob: 8aea41c0b08e56ed308f9c84c07ff4497f6df764 (plain)
1
2
3
4
5
6
7
8
9
10
11
version: 2
build:
  os: ubuntu-22.04
  tools:
    python: "3.7"
mkdocs:
  configuration: mkdocs.yml
formats: all
python:
  install:
    - requirements: mkdocs_plugin/requirements.txt