From 3108806d9c8c8bfbd2f429979036818496029a6b Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 18 Oct 2023 12:55:01 +0200 Subject: [PATCH] Create .readthedocs.yml --- .readthedocs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..74b2132 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +mkdocs: + configuration: mkdocs.yml + +python: + install: + - requirements: docs/requirements.txt