From 74bcd7548f41b05b7952af9808efd54a85eb60f5 Mon Sep 17 00:00:00 2001 From: Blaise Kal Date: Thu, 15 Jun 2023 15:56:07 +0200 Subject: [PATCH] Create .readthedocs.yaml --- .readthedocs.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..f2e2d9c --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,8 @@ +# https://docs.readthedocs.io/en/stable/config-file/v2.html +version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" +sphinx: + configuration: docs/conf.py