1
0
mirror of synced 2024-11-12 01:20:47 +01:00
jubeatools/.readthedocs.yaml
2022-09-21 00:15:29 +02:00

17 lines
305 B
YAML

# .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.9"
sphinx:
configuration: docs/source/conf.py
python:
install:
- requirements: docs/requirements.txt