mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 07:26:01 +00:00
* Update read the docs config *Update copyright year in docs * Update python version * Change build configuration * Change version read in config * Refactor config files * Refactor api config
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
|