From e743881a897495de6748ba44d3e2cc81a7c4c106 Mon Sep 17 00:00:00 2001 From: louisnw Date: Thu, 27 Jul 2023 12:24:50 +0100 Subject: [PATCH] add readthedocs.yaml --- readthedocs.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 readthedocs.yaml diff --git a/readthedocs.yaml b/readthedocs.yaml new file mode 100644 index 0000000..ed643bf --- /dev/null +++ b/readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/source/conf.py + +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file