prjpeppercorn/.readthedocs.yaml

14 lines
189 B
YAML
Raw Permalink Normal View History

2024-11-22 11:00:51 +01:00
version: 2
build:
os: ubuntu-22.04
tools:
python: '3.11'
sphinx:
2024-12-04 17:19:41 +01:00
configuration: docs/source/conf.py
2024-11-22 11:00:51 +01:00
python:
install:
2024-12-04 17:19:41 +01:00
- requirements: docs/source/requirements.txt