From b543e67d87b50f85460219d39e454e093a069812 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Sat, 17 Dec 2022 21:00:41 +0100 Subject: [PATCH] Try adding read the docs configuration since RTD isn't supposed to use setup.py install anymore --- .readthedocs.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..5843d0212 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,19 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: requirements_dev.txt + - method: pip + path: .