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 97e8377 commit 31bddd7Copy full SHA for 31bddd7
1 file changed
conf.py
@@ -163,6 +163,10 @@
163
'isLtr': False,
164
}
165
166
+# Add custom CSS when a top bar is needed to be shown (for testing or outdated versions)
167
+if html_context['isTesting'] or html_context['outdated']:
168
+ html_css_files = ['css/qgis_topbar.css']
169
+
170
# Add custom tags to allow display of text based on the branch status
171
if html_context['isTesting']:
172
tags.add('testing')
0 commit comments