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

version: 2

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