psyinfra/onyo

View on GitHub
.readthedocs.yaml

Summary

Maintainability
Test Coverage
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2

build:
  os: ubuntu-22.04
  tools:
    python: "3.12"
  jobs:
    pre_build:
      - make -C docs generate
    post_install:
      - pip install ".[docs]"

sphinx:
  fail_on_warning: true