From 8723cff7660924e980ffc56f3be67d2ea0af7e54 Mon Sep 17 00:00:00 2001 From: John Wong Date: Wed, 22 May 2024 13:35:20 -0700 Subject: [PATCH] fix: When defaulting to false, value must be blank --- f5_sphinx_theme/__init__.py | 2 +- f5_sphinx_theme/theme.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/f5_sphinx_theme/__init__.py b/f5_sphinx_theme/__init__.py index 91e4382..58f152a 100644 --- a/f5_sphinx_theme/__init__.py +++ b/f5_sphinx_theme/__init__.py @@ -16,7 +16,7 @@ from os import path -__version__ = "2.6.0" +__version__ = "2.6.1" def get_html_theme_path(): diff --git a/f5_sphinx_theme/theme.conf b/f5_sphinx_theme/theme.conf index 0712bcd..5fc63c9 100644 --- a/f5_sphinx_theme/theme.conf +++ b/f5_sphinx_theme/theme.conf @@ -17,4 +17,4 @@ dropdown = sidebar_toc_maxdepth = hide_right_menu = show_project = True -display_last_updated = False +display_last_updated =