From 6476c314d4c4e9b284976d8e4e6738d8effcb539 Mon Sep 17 00:00:00 2001 From: Rafael Zendron Date: Tue, 16 Jun 2026 19:59:33 -0300 Subject: [PATCH 1/2] fix: add :orphan: and :nosearch: to included-only RST files (#7072) The file common-esr-support-rst.rst is designed to be included by multiple pages (releases-lifecycle.rst, version-archive.rst) but lacks the :orphan: and :nosearch: metadata. When accessed directly via URL, it displays '' in the browser tab and appears in site search results. Add :orphan: and :nosearch: directives to prevent it from being indexed or showing up in search, consistent with other included-only files like cloud-supported-integrations.rst and badge files. --- source/product-overview/common-esr-support-rst.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/product-overview/common-esr-support-rst.rst b/source/product-overview/common-esr-support-rst.rst index dd9efb1dbcb..48f6286cae3 100644 --- a/source/product-overview/common-esr-support-rst.rst +++ b/source/product-overview/common-esr-support-rst.rst @@ -1,3 +1,6 @@ +:orphan: +:nosearch: + .. important:: Support for Mattermost Server v10.11 :ref:`Extended Support Release ` is coming to the end of its life cycle on August 15, 2026. Upgrading to :doc:`Mattermost Server v11.7 or later ` is recommended. From af809e93472535ed3b45e841a618c31d3f3284ae Mon Sep 17 00:00:00 2001 From: Rafael Zendron Date: Tue, 16 Jun 2026 20:24:09 -0300 Subject: [PATCH 2/2] 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": [