Skip to content

Commit

Permalink
Merge pull request #196 from f5devcentral/jwong-fix-display_last_updated
Browse files Browse the repository at this point in the history
When defaulting to false, value must be blank
  • Loading branch information
jswongF5 committed May 22, 2024
2 parents 2037b35 + 8723cff commit 0db0451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion f5_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from os import path


__version__ = "2.6.0"
__version__ = "2.6.1"


def get_html_theme_path():
Expand Down
2 changes: 1 addition & 1 deletion f5_sphinx_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dropdown =
sidebar_toc_maxdepth =
hide_right_menu =
show_project = True
display_last_updated = False
display_last_updated =

0 comments on commit 0db0451

Please sign in to comment.