From a35270152c4da8919b4a9976b2f33fa6f475e6b6 Mon Sep 17 00:00:00 2001 From: Weh Andreas Date: Mon, 25 Mar 2024 11:38:46 +0100 Subject: [PATCH 1/3] MAINT: update rtfd configuration --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f7189c566..8c9fe54e1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,10 +1,11 @@ version: 2 build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.7" python: - version: 3.7 install: - requirements: docs/source/requirements.txt - requirements: requirements.txt From 2f2be77e2c1317e21bf47564b65cd16bbc48726e Mon Sep 17 00:00:00 2001 From: Weh Andreas Date: Mon, 25 Mar 2024 13:28:24 +0100 Subject: [PATCH 2/3] DEV: pump Sphinx version --- requirements-doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-doc.txt b/requirements-doc.txt index 60dee22a6..5e600271d 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -1,4 +1,4 @@ -sphinx~=4.3.0 +sphinx>=5.0.0<8.0 numpydoc>=1.2.0 # needed for validation matplotlib sphinx_rtd_theme From f42d8e7446d13ce18957b53c828dcbab69490ad8 Mon Sep 17 00:00:00 2001 From: Weh Andreas Date: Mon, 25 Mar 2024 13:28:58 +0100 Subject: [PATCH 3/3] BUG: fix extlink configuration --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6a925d91f..9a197228c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -220,4 +220,4 @@ # ----------------------------------------------------------------------------- # extlinks # ----------------------------------------------------------------------------- -extlinks = {'commit': ('https://github.com/DerWeh/gftools/commit/%s', '')} +extlinks = {'commit': ('https://github.com/DerWeh/gftools/commit/%s', '%s')}