ReadTheDocs support

This commit is contained in:
Johannes Randerath 2024-06-03 21:38:39 +02:00
parent c22049f499
commit a18a6a8bbf

23
.readthedocs.yaml Normal file
View File

@ -0,0 +1,23 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 0.1 Beta 1
build:
os: fedora-40
tools:
python: "3.12.3"
sphinx:
configuration: docs/source/conf.py
formats:
- pdf
- epub
- html
python:
install:
- requirements: requirements.txt