dfhack/.readthedocs.yml

23 lines
339 B
YAML

2022-09-21 07:58:42 -06:00
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-20.04
tools:
python: "3"
submodules:
include: all
2022-09-21 07:58:42 -06:00
sphinx:
2022-09-21 11:40:08 -06:00
configuration: conf.py
formats: all
2022-09-21 07:58:42 -06:00
python:
2022-09-21 11:40:08 -06:00
install:
- requirements: .readthedocs.requirements.txt