From 176d76c7096405d84381bcd849551aaab2f54055 Mon Sep 17 00:00:00 2001 From: Henrique Moody Date: Sun, 28 Jan 2024 21:46:20 +0100 Subject: [PATCH] Create Read the Docs configuration file The documentation is outdated because the file doesn't exist. Signed-off-by: Henrique Moody --- .readthedocs.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..520ddfe9 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +mkdocs: + configuration: mkdocs.yml