Skip to content

Commit d01e60b

Browse files
committed
Mark release_3.40 as outdated and no longer LTR
1 parent 002c90b commit d01e60b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@
152152
html_context = {
153153
# When a QGIS version reaches end of life, set this to True to show an information
154154
# message on the top of the page.
155-
'outdated': False,
155+
'outdated': True,
156156
# When a new QGIS version is released, set this to False to remove the disclaimer
157157
# information message on the top of the page.
158158
'isTesting': False,
159159
# Whether the version is the current LTR
160-
'isLtr': True,
160+
'isLtr': False,
161161
}
162162

163163
# Add custom CSS when a top bar is needed to be shown (for testing or outdated versions)

0 commit comments

Comments
 (0)