From 48e40ccf097e2e63de1786074c317e71ab4033f3 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Fri, 27 Oct 2023 21:29:29 +0200 Subject: [PATCH] Merge pull request #8342 from Repiteo/disable-tab-collapse Disable collapsing tabs for codeblocks --- conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.py b/conf.py index 3f7f5efc8d4..b014a507d9f 100644 --- a/conf.py +++ b/conf.py @@ -25,6 +25,9 @@ # we can ignore this so we still can treat other warnings as errors. sphinx_tabs_nowarn = True +# Disable collapsing tabs for codeblocks. +sphinx_tabs_disable_tab_closing = True + # Custom 4O4 page HTML template. # https://github.com/readthedocs/sphinx-notfound-page notfound_context = {