From 719a9d9f7799db8874e54c7ddd206a67234b1d79 Mon Sep 17 00:00:00 2001 From: Rafael Zendron Date: Tue, 16 Jun 2026 20:24:09 -0300 Subject: [PATCH] fix: upgrade Furo to 2025.12.19 to fix right panel highlight offset (#7019) The fixed notification banner breaks the right sidebar's scrollspy section detection because it doesn't account for sticky elements above the header. Furo PR #664 (released in 2025.07.19) fixes this by including header.top in the offset calculation. Upgrading from 2024.8.6 to 2025.12.19 includes this fix plus Sphinx 9 support and other improvements. --- Pipfile | 2 +- Pipfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index 9020f13e6cb..91dc7db5c59 100644 --- a/Pipfile +++ b/Pipfile @@ -30,7 +30,7 @@ docutils-stubs = "==0.0.22" sphinx = "==8.2.3" # # Furo Theme (https://github.com/pradyunsg/furo) -furo = "==2024.8.6" +furo = "==2025.12.19" # # MyST Parser (https://myst-parser.readthedocs.io/en/latest/) # Release notes: https://myst-parser.readthedocs.io/en/latest/develop/_changelog.html diff --git a/Pipfile.lock b/Pipfile.lock index a21122d5da9..fbae900f038 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -178,12 +178,12 @@ }, "furo": { "hashes": [ - "sha256:6cd97c58b47813d3619e63e9081169880fbe331f0ca883c871ff1f3f11814f5c", + "sha256:bb0ead5309f9500130665a26bee87693c41ce4dbdff864dbfb6b0dae4673d24f", "sha256:b63e4cee8abfc3136d3bc03a3d45a76a850bada4d6374d24c1716b0e01394a01" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==2024.8.6" + "version": "==2025.12.19" }, "h11": { "hashes": [