3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-12-01 19:19:07 +00:00
sby/.readthedocs.yaml
2025-11-20 09:07:42 +13:00

20 lines
328 B
YAML

# .readthedocs.yaml
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: '3.11'
formats:
- pdf
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true
python:
install:
- requirements: docs/source/requirements.txt