https://github.com/byceps/byceps
Raw File
Tip revision: 1816cfac7a6812598318bfbb016c4256e13440d7 authored by Jochen Kupperschmidt on 12 September 2024, 07:24:31 UTC
Fix type conversion
Tip revision: 1816cfa
.readthedocs.yaml
version: 2

build:
  os: ubuntu-22.04
  tools:
    python: "3.11"

python:
  install:
    - requirements: requirements/docs.txt

sphinx:
  configuration: docs/conf.py

formats: all
back to top