mirror of
https://github.com/python-kasa/python-kasa.git
synced 2026-07-08 06:41:59 +00:00
* Add python 3.14 to our supported versions and to our CI * Convert to use pyproject.toml standard dependency groups * Fix any issues reported by CI
19 lines
310 B
YAML
19 lines
310 B
YAML
version: 2
|
|
|
|
formats: all
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3"
|
|
jobs:
|
|
install:
|
|
- pip install --upgrade pip
|
|
- pip install --group 'docs'
|
|
pre_build:
|
|
- python -m sphinx -b linkcheck docs/source/ $READTHEDOCS_OUTPUT/linkcheck
|