From d3351e5b6150f1cca20248c8ec6dd1de338ef8f6 Mon Sep 17 00:00:00 2001 From: Gabriel Gerez Date: Mon, 2 Oct 2023 14:52:35 +0200 Subject: [PATCH 1/3] Fix incoming build error in rtd --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 491111625..99bc6895c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,10 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.6" + sphinx: configuration: doc/conf.py @@ -8,6 +13,5 @@ formats: - pdf python: - version: 3.6 install: - requirements: doc/requirements.txt From 67a73026594a0a14758f1c92d29c104247d08010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Di=20Remigio=20Eik=C3=A5s?= Date: Mon, 2 Oct 2023 15:47:57 +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 99bc6895c..65337119d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.6" + python: "3.9" sphinx: configuration: doc/conf.py From ed506c0f2b7c0c01f31a9fdd5d171ca0a95a4f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Di=20Remigio=20Eik=C3=A5s?= Date: Mon, 2 Oct 2023 15:54:39 +0200 Subject: [PATCH 3/3] Pin sphinx --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index ed4290d62..ba2692b40 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ breathe recommonmark -Sphinx>=2.0 +sphinx<7 sphinx_rtd_theme sphinxcontrib-bibtex==1.0.0