Files
python-kasa/.readthedocs.yml
Teemu R. d492dd4a44 Add python 3.14 to supported versions (#1599)
* 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

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-07 18:42:09 +00:00

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