From c598b4e3848b8ee73e88a86d492bc082f504c104 Mon Sep 17 00:00:00 2001 From: Sharon Koech Date: Thu, 6 Feb 2025 14:13:33 +0300 Subject: [PATCH] Add sphinx-version-warning extension Signed-off-by: Sharon Koech --- docs/.sphinx/requirements.txt | 1 + docs/conf.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/.sphinx/requirements.txt b/docs/.sphinx/requirements.txt index f5a1d8c3..53b60d15 100644 --- a/docs/.sphinx/requirements.txt +++ b/docs/.sphinx/requirements.txt @@ -12,3 +12,4 @@ sphinx-reredirects sphinx-tabs sphinxcontrib-jquery sphinxext-opengraph +sphinx-version-warning diff --git a/docs/conf.py b/docs/conf.py index 3292d812..69b4b84c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,8 @@ 'sphinxext.opengraph', 'myst_parser', 'sphinxcontrib.jquery', - 'notfound.extension' + 'notfound.extension', + 'versionwarning.extension' ] extensions.extend(custom_extensions)