From 3aeba08dec61d31bdd29ea53986baa913f1ed94a Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@univie.ac.at> Date: Sun, 19 Feb 2023 09:25:45 +0100 Subject: [PATCH] Create .readthedocs.yaml --- docs/source/.readthedocs.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/source/.readthedocs.yaml diff --git a/docs/source/.readthedocs.yaml b/docs/source/.readthedocs.yaml new file mode 100644 index 0000000..5855726 --- /dev/null +++ b/docs/source/.readthedocs.yaml @@ -0,0 +1,19 @@ +version: 1 + +build: + os: "ubuntu-20.04" + tools: + python: "3.10" + +sphinx: + fail_on_warning: true + +formats: + - pdf + - epub + +python: + # Install our python package before building the docs + install: + - method: pip + path: . -- GitLab