1
0
mirror of synced 2025-02-23 21:43:41 +01:00
jubeatools/.readthedocs.yaml

17 lines
305 B
YAML
Raw Normal View History

2022-09-20 01:51:07 +02: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.9"
sphinx:
configuration: docs/source/conf.py
python:
install:
- requirements: docs/requirements.txt