Rtd update (#58)

* 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
This commit is contained in:
Ricardo Montañana Gómez
2024-08-15 11:49:38 +02:00
committed by GitHub
parent 517013be09
commit dc637018e8
8 changed files with 23 additions and 22 deletions

View File

@@ -3,8 +3,12 @@ version: 2
sphinx:
configuration: docs/source/conf.py
build:
os: ubuntu-22.04
tools:
python: "3.12"
python:
version: 3.11
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt