Files
pyspapi/.readthedocs.yml
deesiigneer 6e77bac3ba feat: migrate to poetry for dependency management and project configuration
- Added pyproject.toml for project metadata and dependencies.
- Removed requirements.txt as dependencies are now managed by poetry.
- Deleted setup.py as it is no longer needed with poetry.
2026-01-17 18:59:20 +00:00

19 lines
220 B
YAML

version: 2
build:
os: ubuntu-lts-latest
tools:
python: '3.12'
sphinx:
configuration: docs/conf.py
builder: html
python:
install:
- method: pip
path: .
extra_requirements:
- docs