blob: ba1a8e8b9c542f4590405d621f7a26612a2249e9 [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
build:
os: ubuntu-22.04
tools:
python: "3.10"
# install
python:
install:
- method: pip
path: .
- requirements: docs/requirements.txt