From 71c33df7e9e676b29f057d785457f9eb5810b95a Mon Sep 17 00:00:00 2001 From: Andre Merzky Date: Thu, 13 Aug 2026 15:16:58 +0200 Subject: [PATCH] docs: add ReadTheDocs configuration (mkdocs build, installs .[doc]) Co-Authored-By: Claude Fable 5 --- .readthedocs.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..3310942 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +version: 2 + +build: + os: ubuntu-24.04 + tools: + python: "3.12" + +mkdocs: + configuration: mkdocs.yml + +python: + install: + - method: pip + path: . + extra_requirements: + - doc