summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: f4d354218082a518db1c8fe671d01d00f027b5e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

mkdocs:
  configuration: mkdocs.yml

python:
   install:
   - requirements: docs/requirements.txt