From 1735b1691c1e6c25cfd254e4e74d3cfb9e77f6fe Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Tue, 16 Jan 2024 12:51:45 +0100 Subject: [PATCH 1/3] update sphinx to use at least version 7 --- requirements_docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_docs.txt b/requirements_docs.txt index 8f4410960..6a835a22f 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -1,4 +1,4 @@ -sphinx>4 +sphinx>=7 ipython<=8.12 matplotlib mip>=1.13 From e791f85fe4faf0d27118e03a796b0a759ad8c369 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Tue, 16 Jan 2024 13:53:17 +0100 Subject: [PATCH 2/3] downgrade the min-sphinx version but upgrade `sphinx-book-theme` --- requirements_docs.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_docs.txt b/requirements_docs.txt index 6a835a22f..c8ae06ee6 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -1,4 +1,4 @@ -sphinx>=7 +sphinx>=6 ipython<=8.12 matplotlib mip>=1.13 @@ -16,7 +16,7 @@ dask[complete] setuptools>=41.2 Serialize pygments>=2.4 -sphinx-book-theme==0.3.3 +sphinx-book-theme>=1.1.0 sphinx_copybutton sphinx_design typing_extensions From 4226290aafcd0b6098937c2726ef8ae891587381 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Tue, 16 Jan 2024 13:54:11 +0100 Subject: [PATCH 3/3] upgrade to python 3.11 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7d72db2a1..3d017fac0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.9" + python: "3.11" sphinx: configuration: docs/conf.py fail_on_warning: false