pyvariot/.readthedocs.yml
Raphaël Vinot 8e9d58f52c
Some checks failed
Python application - MyPy / Python 3.10 sample (push) Has been cancelled
Python application - MyPy / Python 3.11 sample (push) Has been cancelled
Python application - MyPy / Python 3.12 sample (push) Has been cancelled
chg: Bump deps
2025-02-03 23:21:36 +01:00

17 lines
232 B
YAML

version: 2
build:
os: "ubuntu-lts-latest"
tools:
python: "3"
sphinx:
configuration: docs/source/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs
formats: all