mirror of
https://github.com/Doctorado-ML/Odte.git
synced 2025-07-11 00:02:30 +00:00
15 lines
211 B
YAML
15 lines
211 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.12"
|
|
|
|
python:
|
|
install:
|
|
- requirements: requirements.txt
|
|
- requirements: docs/requirements.txt
|