2021-11-07 11:13:06 +01:00
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
# Required
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
build:
|
2022-11-30 22:30:45 +01:00
|
|
|
os: ubuntu-22.04
|
2021-11-07 11:13:06 +01:00
|
|
|
tools:
|
2022-11-30 22:30:45 +01:00
|
|
|
python: "3"
|
2021-11-07 11:13:06 +01:00
|
|
|
|
|
|
|
sphinx:
|
|
|
|
configuration: docs/conf.py
|
|
|
|
|
|
|
|
formats:
|
|
|
|
- pdf
|
|
|
|
- epub
|
|
|
|
|
|
|
|
python:
|
|
|
|
install:
|
|
|
|
- requirements: docs/requirements.txt
|