blob: 1541a7f35a92ad0398658e754a475e0ab767f4c4 [file] [log] [blame]
# readthedocs configuration file
# see https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
# configure
sphinx:
configuration: docs/source/conf.py
# build
python:
version: "3.8"
install:
- method: pip
path: .
- requirements: docs/requirements.txt