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:
|
|
|
|
os: ubuntu-20.04
|
|
|
|
tools:
|
|
|
|
python: "3.9"
|
|
|
|
|
2021-09-22 17:41:00 +03:00
|
|
|
# Configuration of the Python environment to be used
|
|
|
|
python:
|
|
|
|
install:
|
|
|
|
- requirements: docs/requirements.txt
|
|
|
|
- method: pip
|
|
|
|
path: .
|
|
|
|
|
|
|
|
# Configuration for Sphinx documentation
|
|
|
|
sphinx:
|
|
|
|
configuration: docs/conf.py
|
|
|
|
fail_on_warning: true
|