From c742697714f228296b103087c11a6843ccc5d5e1 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Wed, 5 Feb 2025 11:23:55 +0100 Subject: [PATCH 1/3] Update the the readthedocs yaml to v2 and py39 --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index df0ea532..ee58943b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: '3.8' + python: '3.9' python: install: @@ -13,5 +13,6 @@ python: - docs sphinx: + configuration: docs/source/conf.py builder: html fail_on_warning: true From 4c4c3d083ec865e891b09d323c8a621287911b21 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Thu, 20 Feb 2025 13:49:32 +0100 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 ee58943b..4821a739 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: '3.9' + python: '3.13' python: install: From 12ba9baa76529d40c25b9b62e505cd52e75c4af9 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Fri, 21 Feb 2025 22:37:43 +0100 Subject: [PATCH 3/3] Update sphinx stuff and not fail on warning the version is way too old --- .readthedocs.yml | 2 +- pyproject.toml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4821a739..395397c1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,4 +15,4 @@ python: sphinx: configuration: docs/source/conf.py builder: html - fail_on_warning: true + fail_on_warning: false diff --git a/pyproject.toml b/pyproject.toml index f0877103..39f289e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,12 +42,11 @@ Documentation = 'https://plumpy.readthedocs.io' [project.optional-dependencies] docs = [ 'ipython~=7.0', - 'jinja2==2.11.3', 'kiwipy[docs]~=0.8.3', 'markupsafe==2.0.1', - 'myst-nb~=0.11.0', - 'sphinx~=3.2.0', - 'sphinx-book-theme~=0.0.39', + 'myst-nb~=1.2.0', + 'sphinx~=7.2.0', + 'sphinx-book-theme~=1.1.4', 'importlib-metadata~=4.12.0', ] pre-commit = [