bachya/simplisafe-python

View on GitHub
.readthedocs.yml

Summary

Maintainability
Test Coverage
---
version: 2

build:
  os: ubuntu-20.04
  tools:
    python: "3.10"
  jobs:
    post_install:
      - pip install poetry==1.3.2
      - poetry config virtualenvs.create false
      - poetry install --with doc

sphinx:
  configuration: docs/conf.py
  fail_on_warning: true