From ec8b3ea6001dfde81ff83a09f47fecfcf3213ed8 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Fri, 13 Oct 2023 09:20:43 +0200 Subject: [PATCH 1/3] Create .readthedocs.yml --- .readthedocs.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..e28306d --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,19 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# sphinx: +# fail_on_warning: true + +build: + os: ubuntu-20.04 + tools: + python: '3.10' + jobs: + post_install: + - pip install -U poetry + - poetry config virtualenvs.create false + - poetry install From 97de09ae77d2912245009f8d003c93e5c877775d Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Fri, 13 Oct 2023 09:22:16 +0200 Subject: [PATCH 2/3] Update .readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e28306d..7c25129 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,7 +11,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: '3.10' + python: '3' jobs: post_install: - pip install -U poetry From 24be718ec4642b62c15466fab7a47f7bf9415d78 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Fri, 13 Oct 2023 09:41:06 +0200 Subject: [PATCH 3/3] Update .readthedocs.yml --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7c25129..b477ff6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,7 @@ # Required version: 2 +# TODO: Remove existing warnings in the Sphinx build, then uncomment the following # sphinx: # fail_on_warning: true