From fc980d21ef250e5e4169d8b74e53813dc43b60ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Thu, 5 Dec 2024 17:11:35 -0300 Subject: [PATCH] Add version warning banner for old versions of the docs --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index ba186779..e58118bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,6 +128,7 @@ }, "footer_start": ["napari-footer-links"], "footer_end": ["napari-copyright"], + "show_version_warning_banner": True, } html_sidebars = {