From 4228d40d44dd9935d831b171f3601da89ac766e8 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Fri, 21 Jun 2024 07:40:01 +0200 Subject: [PATCH] add basic config for RTD --- .readthedocs.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..7beb51d --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,10 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +--- +version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" +sphinx: + configuration: docs/conf.py