pyvariot/.readthedocs.yml

18 lines
232 B
YAML
Raw Normal View History

2024-06-07 11:07:52 +02:00
version: 2
build:
2025-02-03 23:21:36 +01:00
os: "ubuntu-lts-latest"
2024-06-07 11:07:52 +02:00
tools:
python: "3"
2025-02-03 23:21:36 +01:00
sphinx:
configuration: docs/source/conf.py
2024-06-07 11:07:52 +02:00
python:
install:
- method: pip
path: .
extra_requirements:
- docs
formats: all