blob: 23749bafe1b34c260c0fc3a2e1954cdb7f6bedc4 [file] [edit]
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- linkify
- rtd
sphinx:
configuration: docs/conf.py
builder: html
fail_on_warning: true