Add readthedocs YAML file

This commit is contained in:
Tilen Majerle 2023-08-28 21:42:55 +02:00
parent f37e8ca915
commit b819ffe947

18
.readthedocs.yaml Normal file
View File

@ -0,0 +1,18 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# Python configuration
python:
install:
- requirements: docs/requirements.txt
formats:
- pdf
- epub