From 4b78082240f61c380c559addb0fa60962f8f27ea Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 11 Jun 2024 14:51:45 +0200 Subject: [PATCH] fix(docs): add required readthedocs config (#551) * fix(docs): add required readthedocs config --------- Co-authored-by: Alexandr Artemyev --- .readthedocs.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..a2949f0 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: ubuntu-lts-latest + tools: + python: "3.12" + +sphinx: + configuration: docs/conf.py