From 8e78f989494a8669f60d6461392772814a8c1c76 Mon Sep 17 00:00:00 2001 From: Jamie Lemon Date: Thu, 5 Feb 2026 14:54:15 +0000 Subject: [PATCH 1/2] Updates Sphinx version to 8.1.3 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index cb20fd944..09b59bffd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ rst2pdf # define sphinx versioning -sphinx==5.3.0 +sphinx==8.1.3 furo readthedocs-sphinx-search==0.3.2 sphinx_copybutton From ed2b27bd4980f041844f6ce67bbf6a6c4392c2b4 Mon Sep 17 00:00:00 2001 From: Jamie Lemon Date: Thu, 5 Feb 2026 16:24:29 +0000 Subject: [PATCH 2/2] Docs: Updates RTD Python version to 3.13 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d20a78bb1..f8260d57d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.9" + python: "3.13" # You can also specify other tool versions: # nodejs: "16" # rust: "1.55"