From bcf96f3c9947c7ef2cd1fce5ee218c222fe9ba9d Mon Sep 17 00:00:00 2001 From: mathleur Date: Fri, 26 Jul 2024 09:58:53 +0200 Subject: [PATCH] add yaml file for readthedocs --- .readthedocs.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..8c209a030 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,33 @@ +# Read the Docs configuration file for MkDocs projects + +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + + +# Required + +version: 2 + + +# Set the version of Python and other tools you might need + +build: + + os: ubuntu-22.04 + + tools: + + python: "3.12" + + +mkdocs: + + configuration: mkdocs.yml + + +# Optionally declare the Python requirements required to build your docs + +python: + + install: + + - requirements: docs/requirements.txt \ No newline at end of file