2023-02-26 23:33:45 +03:00
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
# Required
|
2020-11-04 20:17:02 +03:00
|
|
|
version: 2
|
|
|
|
|
2023-02-26 23:33:45 +03:00
|
|
|
# Set the version of Python and other tools you might need
|
|
|
|
build:
|
|
|
|
os: ubuntu-22.04
|
|
|
|
tools:
|
2024-03-18 21:55:00 +03:00
|
|
|
python: '3.12'
|
2023-02-26 23:33:45 +03:00
|
|
|
|
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
2020-11-04 20:17:02 +03:00
|
|
|
sphinx:
|
|
|
|
configuration: docs/conf.py
|
|
|
|
|
2023-02-26 23:33:45 +03:00
|
|
|
# Python requirements required to build your docs
|
2021-08-12 23:31:35 +03:00
|
|
|
python:
|
2020-11-04 20:17:02 +03:00
|
|
|
install:
|
|
|
|
- requirements: requirements/local.txt
|