From 27303d39e4198eb1276a654466b54c019d656b21 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Wed, 27 Dec 2023 17:21:51 +0100 Subject: [PATCH] Create .readthedocs.yaml --- .readthedocs.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..d328e4a --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +mkdocs: + configuration: mkdocs.yml + +python: + install: + - requirements: docs/requirements.txt