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 28d53c5 commit 5caf597Copy full SHA for 5caf597
conf.py
@@ -187,7 +187,9 @@ def has(self, *args):
187
'stable': conf.version.stable,
188
'sitename': sconf.theme.sitename,
189
'nav_excluded': sconf.theme.nav_excluded,
190
- 'upcoming': conf.version.upcoming
+ 'upcoming': conf.version.upcoming,
191
+ 'banner': True,
192
+ 'banner_msg': 'This is an upcoming (in progress) version of the manual.'
193
194
}
195
0 commit comments