From dd378ac2c3075b34dc760387a7e10984fc423375 Mon Sep 17 00:00:00 2001 From: Deepak Khatri <deepaklorkhatri7@gmail.com> Date: Wed, 31 Jan 2024 16:25:13 +0530 Subject: [PATCH] Try new footer --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 32f1b05..3c883c2 100644 --- a/conf.py +++ b/conf.py @@ -107,7 +107,7 @@ html_theme_options = { "navbar_end": ["theme-switcher", "navbar-icon-links"], # "navbar_persistent": ["search-button"], "footer_start": ["copyright"], - "footer_center": ["sphinx-version"], + "footer_end": ["last-updated"], # "content_footer_items": ["last-updated"], } -- GitLab