From 9f4ab6b9c86a1f64ec111b5f82b346b6482f2327 Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Tue, 31 Mar 2026 09:39:59 +0300 Subject: [PATCH 1/2] Update .readthedocs.yaml * Use `ubuntu-lts-latest` VM image * Use Python 3.14 Signed-off-by: Lisandro Dalcin --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 95fb435..755237e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,9 +5,9 @@ version: 2 formats: all build: - os: ubuntu-20.04 + os: ubuntu-lts-latest tools: - python: "3.10" + python: "3.14" python: install: From b6f642bd7f73f139901f764d60a3f036821e112b Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Wed, 1 Apr 2026 10:43:08 +0300 Subject: [PATCH 2/2] docs: Update Sphinx option name in conf.py --- 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 71a76a9..fe5c0f4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -164,7 +164,7 @@ def _setup_numpy_typing(): # classes and attributes. As side effects, this option ... ??? # If false, ... ???. # The default is True. -viewcode_import = True +viewcode_follow_imported_members = True # -- Options for HTML output ----------------------------------------------