From 7e700c2b408377fb10cbcb2519ceeede30d0d3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Eide?= Date: Tue, 29 Oct 2024 09:08:15 +0100 Subject: [PATCH] Add readthedocs for everest --- docs/everest/.readthedocs.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/everest/.readthedocs.yaml diff --git a/docs/everest/.readthedocs.yaml b/docs/everest/.readthedocs.yaml new file mode 100644 index 00000000000..84db916d542 --- /dev/null +++ b/docs/everest/.readthedocs.yaml @@ -0,0 +1,21 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + +python: + install: + - method: pip + path: . + extra_requirements: + - docs + +sphinx: + builder: html + configuration: conf.py + +formats: + - pdf + - epub