We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002c90b commit d01e60bCopy full SHA for d01e60b
1 file changed
conf.py
@@ -152,12 +152,12 @@
152
html_context = {
153
# When a QGIS version reaches end of life, set this to True to show an information
154
# message on the top of the page.
155
- 'outdated': False,
+ 'outdated': True,
156
# When a new QGIS version is released, set this to False to remove the disclaimer
157
# information message on the top of the page.
158
'isTesting': False,
159
# Whether the version is the current LTR
160
- 'isLtr': True,
+ 'isLtr': False,
161
}
162
163
# Add custom CSS when a top bar is needed to be shown (for testing or outdated versions)
0 commit comments