From 41f8477f07c4068bbf58126f180c335f5f04b1e5 Mon Sep 17 00:00:00 2001 From: Pablo Casares Crespo Date: Fri, 5 Jan 2024 13:05:02 +0100 Subject: [PATCH] Migrate readthedocs to version 2 --- .readthedocs.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000..b4a77fee31 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,18 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.9" + +sphinx: + configuration: doc/conf.py + +formats: + - pdf + - epub + +python: + install: + - method: pip + path: . \ No newline at end of file