2021-09-22 17:41:00 +03:00
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
# Required
|
|
|
|
version: 2
|
|
|
|
|
2022-03-14 23:35:37 +03:00
|
|
|
# Set the version of Python
|
|
|
|
build:
|
2023-04-16 04:27:51 +03:00
|
|
|
os: ubuntu-22.04
|
2022-03-14 23:35:37 +03:00
|
|
|
tools:
|
2024-02-06 18:04:40 +03:00
|
|
|
python: "3.12"
|
2022-03-14 23:35:37 +03:00
|
|
|
|
2021-09-22 17:41:00 +03:00
|
|
|
# Configuration of the Python environment to be used
|
|
|
|
python:
|
|
|
|
install:
|
2024-01-25 20:38:38 +03:00
|
|
|
- requirements: requirements/required.txt
|
2022-06-19 19:07:42 +03:00
|
|
|
- requirements: requirements/docs.txt
|
2021-09-22 17:41:00 +03:00
|
|
|
- requirements: docs/requirements.txt
|
|
|
|
|
|
|
|
# Configuration for Sphinx documentation
|
|
|
|
sphinx:
|
|
|
|
configuration: docs/conf.py
|
|
|
|
fail_on_warning: true
|