From 3de961074a5829310be78f90a92d43471068a69a Mon Sep 17 00:00:00 2001 From: MoritzWeber Date: Thu, 22 Feb 2024 15:30:10 +0100 Subject: [PATCH] docs: Add readthedocs configuration --- docs/.readthedocs.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/.readthedocs.yaml diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml new file mode 100644 index 00000000..f60af35c --- /dev/null +++ b/docs/.readthedocs.yaml @@ -0,0 +1,19 @@ +# SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors +# SPDX-License-Identifier: CC0-1.0 + +# Read the Docs configuration file +# 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: docs/mkdocs.yml + +python: + install: + - requirements: docs/requirements.txt