From e7e3efa56115c343c1975cfa1496f9164e0ace6e Mon Sep 17 00:00:00 2001 From: ptiurin Date: Thu, 10 Aug 2023 15:31:25 +0100 Subject: [PATCH 1/2] Try to trigger auto build --- .readthedocs.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 86c7ba123d4..1050f331f07 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,3 +1,6 @@ +# Required +version: 2 + sphinx: configuration: docsrc/conf.py @@ -5,5 +8,8 @@ python: install: - requirements: docs/requirements.txt -# Required -version: 2 +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" From 8620e1adb0ece91ed05bf93742e3f33afbe49abf Mon Sep 17 00:00:00 2001 From: ptiurin Date: Thu, 10 Aug 2023 15:48:23 +0100 Subject: [PATCH 2/2] remove redundant comments --- .readthedocs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1050f331f07..3043cdfb39f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,4 +1,3 @@ -# Required version: 2 sphinx: @@ -8,7 +7,6 @@ python: install: - requirements: docs/requirements.txt -# Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: