Skip to content

Commit

Permalink
fix: When defaulting to false, value must be blank
Browse files Browse the repository at this point in the history
  • Loading branch information
jswongF5 committed May 22, 2024
1 parent 2037b35 commit 8723cff
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 8723cff

Please sign in to comment.