From a18a6a8bbf65527c9a3e2cac270ffbe8cd0362af125d1ab55a450d0ea5e9b6ef Mon Sep 17 00:00:00 2001 From: Johannes Randerath Date: Mon, 3 Jun 2024 21:38:39 +0200 Subject: [PATCH] ReadTheDocs support --- .readthedocs.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..ff56560 --- /dev/null +++ b/.readthedocs.yaml @@ -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 +